Updated encrypt script and ignore
This commit is contained in:
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
#!/bin/bash
|
||||
tar czf ignore.tar.gz ignore
|
||||
gpg -c ignore.tar.gz
|
||||
if test -z ${BOBBY_GPG+y}
|
||||
then
|
||||
gpg -c --batch --yes ignore.tar.gz
|
||||
else
|
||||
gpg -c --batch --yes --passphrase=$BOBBY_GPG ignore.tar.gz
|
||||
fi
|
||||
|
Reference in New Issue
Block a user