index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
password_prompt.sh
blob: 439db6cc077ad0e03eb0bbe7229c355814bf14cc (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env bash
echo
-n
''
|
dmenu
-P
-p
"Password :: "
;