index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
.scripts
/
dmenuscripts.sh
blob: 6ac17b1a018a57f433834b9152589b97692796ff (
plain
)
1
2
3
4
5
6
#!/bin/sh
path
=
"/home/peng/.scripts"
command
=
$(
ls
$path
|
dmenu
-l
5
)
$path
/
$command