又用 vscode copilot 重写 startb
至少这次可读性还不错。
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
option=$(fuzzel --dmenu --prompt-only="Run command: ")
|
||||
[ -z "$option" ] || startb $option
|
||||
[ -z "$option" ] || exec startb $option
|
||||
|
||||
Reference in New Issue
Block a user