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: 4a6a78a09f182cf00adbf1d4d333a0b2cd54df6d (
plain
)
1
2
3
4
5
6
#!/bin/sh
path
=
"
$HOME
/.scripts"
command
=
$(
ls
$path
|
dmenu
-l
5
)
$path
/
$command