Skip to content

Instantly share code, notes, and snippets.

@trevarj
Created January 25, 2024 18: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 trevarj/8a27cc6edda1051367878871e302e0ec to your computer and use it in GitHub Desktop.
Save trevarj/8a27cc6edda1051367878871e302e0ec to your computer and use it in GitHub Desktop.
#!/bin/sh
echo -e "\e[1mbold\e[0m"
echo -e "\e[3mitalic\e[0m"
echo -e "\e[3m\e[1mbold italic\e[0m"
echo -e "\e[4munderline\e[0m"
echo -e "\e[9mstrikethrough\e[0m"
echo -e "\e[31mHello World\e[0m"
echo -e "\x1B[31mHello World\e[0m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment