deleted old script
This commit is contained in:
parent
3662d0e314
commit
3498cdde7f
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "OK Please go ahead"
|
|
||||||
while read stdin; do
|
|
||||||
case $stdin in
|
|
||||||
GETPIN | getpin)
|
|
||||||
echo "D $(fuzzel --prompt-only "Passphrase: " --cache /dev/null --password --dmenu)"
|
|
||||||
echo "OK"
|
|
||||||
;;
|
|
||||||
BYE | bye)
|
|
||||||
echo "OK closing connection"
|
|
||||||
exit 0
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "OK"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
Loading…
Reference in a new issue