index
:
dotfiles.git
master
My dotfiles for linux
Peter Son Struschka
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
basics
/
.local
/
bin
/
dmenu_pass
blob: 02250bea072d5ba15e491b9759336e3174993803 (
plain
)
1
2
3
4
5
#!/bin/sh
prompt
=
${
1
:-
Password
}
dmenu
-P
-p
"
$prompt
"
<
&
-