[pass] Simple password store
Dashamir Hoxha
dashohoxha at gmail.com
Fri Jan 29 05:15:52 CET 2016
On Thu, Jan 28, 2016 at 9:38 PM, Thomas Levine <_ at thomaslevine.com> wrote:
> This should get you started on the subshell.
>
> #!/bin/sh
> printf pass\>
> read command
> echo "You typed '$command'."
>
> Then parse $command and pass the arguments to a function.
>
> If you assume that arguments contain no spaces and you like
> living life on the edge, you can just run $command:
>
> #!/bin/sh
> while true; do
> printf pass\>
> read command
> function_that_does_everything $command
> done
>
Yes, I like living life on the edge, and it works:
https://github.com/dashohoxha/simple-password-store/commit/81d8b8f35cf50a17307df051e80b179637d6d464
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20160129/83f6161b/attachment-0001.html>
More information about the Password-Store
mailing list