Skip to content

Instantly share code, notes, and snippets.

@jrelo
Created May 9, 2016 18:01
Show Gist options
  • Save jrelo/1e7ef07dbd86d78d9d39e2eb870e9c11 to your computer and use it in GitHub Desktop.
Save jrelo/1e7ef07dbd86d78d9d39e2eb870e9c11 to your computer and use it in GitHub Desktop.
Echo japanese color names in their respective colors using ascii color codes.
#!/bin/bash
echo -e "\e[34m青い \e[31m赤い \e[32m緑 \e[93m黄色い \e[35m紫 \e[95mピンク \e[30m黒い \e[97m白い \e[33mオレンギ"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment