7 lines
121 B
Bash
Executable file
7 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. $HOME/.config/dmenu/config
|
|
|
|
choice=$(dmenu_path | grep dmenu- | $DMENU -p "Choose script to run:")
|
|
|
|
$choice
|