Created
June 13, 2016 17:06
-
-
Save danslimmon/1f23e983c358010c4a2c8a735b8a8b44 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
dan@george:/tmp/secrets$ echo "nuclear launch code: SashaMalia44" > launchcode.txt | |
dan@george:/tmp/secrets$ blackbox_register_new_file launchcode.txt | |
========== PLAINFILE launchcode.txt | |
========== ENCRYPTED launchcode.txt.gpg | |
========== Importing keychain: START | |
gpg: Total number processed: 1 | |
gpg: unchanged: 1 | |
========== Importing keychain: DONE | |
========== Encrypting: launchcode.txt | |
========== Encrypting: DONE | |
========== Adding file to list. | |
========== CREATED: launchcode.txt.gpg | |
========== UPDATING REPO: | |
NOTE: "already tracked!" messages are safe to ignore. | |
[master 2a5eb65] registered in blackbox: launchcode.txt | |
2 files changed, 1 insertion(+) | |
create mode 100644 launchcode.txt.gpg | |
========== UPDATING VCS: DONE | |
Local repo updated. Please push when ready. | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment