Created
June 29, 2016 20:40
-
-
Save calavera/30c0ae6fdb556a680f4b7692a8462123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
fake_credential_store.sh store <<EOF | |
{ | |
"ServerURL": "https://api.github.com", | |
"Username": "token", | |
"Secret": "my-super-secret-token" | |
} | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment