Added access script
This commit is contained in:
4
tools/access.sh
Executable file
4
tools/access.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
wget -O ignore.tar.gz http://bobbycar.commanderred.xyz/ignore.tar.gz.gpg
|
||||||
|
gpg --quiet --batch --yes --decrypt --passphrase="$IGNORE_KEY" --output ./ignore.tar.gz ignore.tar.gz.gpg
|
||||||
|
tar xzf ignore.tar.gz
|
Reference in New Issue
Block a user