This website works better with JavaScript.
Explore
Help
Register
Sign In
jasper
/
dmenu
Watch
1
Star
0
Fork
You've already forked dmenu
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
504b797be8
develop
suckless/develop
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '504b797be8'
${ noResults }
dmenu
/
dmenu_run
3 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added dmenu run
17 years ago
#!/bin/sh
no exe should be unquoted, agreed to Peter Hartlich
17 years ago
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe