1
0
mirror of git://git.suckless.org/dmenu synced 2025-01-20 22:41:02 +00:00
This commit is contained in:
anselm@aab 2008-02-11 11:22:38 +00:00
parent d8688f7a4f
commit 6d8e68dcfd

View File

@ -1,2 +1,2 @@
#!/bin/sh
exe=`dmenu_path | dmenu $*` && exec $exe
set exe=`dmenu_path | dmenu $*` && exec $exe