dmenu/dmenu_run
2008-04-10 16:46:32 +01:00

3 lines
60 B
Bash
Executable File

#!/bin/sh
exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe"