4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
option=$(fuzzel --dmenu --prompt-only="Run command: ")
|
|
[ -z "$option" ] || startb -- $option
|