This website works better with JavaScript.
Explore
Help
Sign In
dustinswan
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ecf2a0db9f
dotfiles
/
bin
/
decrypt-password
3 lines
53 B
Bash
Raw
Blame
History
#!/bin/sh
gpg --batch --no-tty -d ~/.
$1
-password.gpg
Reference in New Issue
View Git Blame
Copy Permalink