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