又用 vscode copilot 重写 startb

至少这次可读性还不错。
This commit is contained in:
2026-03-28 04:23:22 +08:00
parent e8e33898be
commit 10d03bc051
3 changed files with 92 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
option=$(fuzzel --dmenu --prompt-only="Run command: ")
[ -z "$option" ] || startb $option
[ -z "$option" ] || exec startb $option