Advertisement
ItachiSan

Colors

Jul 25th, 2014
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. echo -e "\e[31mRed Text\e[0m"
  2. echo -e "\"\033[31m\"Working Red Text\"\033[0m\"
  3. echo -e "\e[42mGreen Background\e[0m"
  4. echo -e "\033[42mGreen Background 2\033[0m"
  5. echo -e "\"\033[42m\"Working Red Text\"\033[0m\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement