Last active
August 29, 2015 14:27
-
-
Save diogomonica/40e285ef1e91b2f29409 to your computer and use it in GitHub Desktop.
testing script
This file contains 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 | |
echo -e "\e[0;34m Starting Setec Astronomy... " | |
echo -e "\e[0;34m Checking for configuration parameters:" | |
echo -e "# Loading MD5 hashing algorithm... \e[0;32mDone. " | |
echo -e "# Seeding randomness using Dual_EC_DRBG... \e[0;32mDone." | |
echo -e "# Enabling DNSSEC... \e[0;31mFail.\e[0m" | |
echo "# Starting secret decryption using AES-ECB:" | |
echo "- Martin" | |
echo "- Bishop" | |
echo "- Bernard" | |
echo "- Abbot" | |
echo "# Serving secrets on port 23..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment