Skip to content

Instantly share code, notes, and snippets.

@oct8l

oct8l/hello.sh Secret

Last active March 18, 2019 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oct8l/99e3366923697a491afb9931fbb3e504 to your computer and use it in GitHub Desktop.
Save oct8l/99e3366923697a491afb9931fbb3e504 to your computer and use it in GitHub Desktop.
Just saying hi!
#!/bin/bash
# Set red color
RED='\033[0;31m'
echo "Hello there!"
echo -e "${RED}I hope you read this script before executing it!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment