This website requires JavaScript.
Explore
Help
Sign In
suckless
/
dmenu
Watch
1
Star
0
Fork
0
You've already forked dmenu
mirror of
git://git.suckless.org/dmenu
synced
2024-12-15 11:04:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3472085f59
dmenu
/
dmenu_run
3 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added dmenu run
2007-12-22 12:20:20 +00:00
#!/bin/sh
no exe should be unquoted, agreed to Peter Hartlich
2008-04-10 17:12:00 +00:00
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
Reference in New Issue
Copy Permalink