Skip to content

Instantly share code, notes, and snippets.

@diogomonica
Last active August 29, 2015 14:27
Show Gist options
  • Save diogomonica/40e285ef1e91b2f29409 to your computer and use it in GitHub Desktop.
Save diogomonica/40e285ef1e91b2f29409 to your computer and use it in GitHub Desktop.
testing script
#!/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