Skip to content

Instantly share code, notes, and snippets.

@JeffLabonte
Last active November 3, 2019 17:42
Show Gist options
  • Save JeffLabonte/a0de1aeb8e72366ae631c61b7ffda03d to your computer and use it in GitHub Desktop.
Save JeffLabonte/a0de1aeb8e72366ae631c61b7ffda03d to your computer and use it in GitHub Desktop.
#!/bin/bash
# This is a basic bash script
flashred="\033[5;31;40m"
red="\033[31;40m"
close_tag="\033[0m"
echo -e "${flashred}ERROR: ${close_tag}${red}Something went wrong! ${close_tag}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment