5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
choice=$(dmenu_path | grep dmenu- | dmenu -p "Choose script to run:")
|
|
|
|
$choice
|