aboutsummaryrefslogtreecommitdiff
path: root/showColors.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2018-11-19 14:13:18 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2018-11-19 14:13:18 +0100
commit683564bd058884356491b7b847f5d2e204207389 (patch)
treec7d60ec611dc6c72fcf885d30051fae9757d67c1 /showColors.sh
downloadscripts-683564bd058884356491b7b847f5d2e204207389.tar.gz
scripts-683564bd058884356491b7b847f5d2e204207389.zip
Initial scripts commit.
Diffstat (limited to 'showColors.sh')
-rw-r--r--showColors.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/showColors.sh b/showColors.sh
new file mode 100644
index 0000000..1b0a19a
--- /dev/null
+++ b/showColors.sh
@@ -0,0 +1,11 @@
+#!bin/bash
+echo -e "\033[0;30mBlack (0;30) \033[1;30mLight Black (1;30)"
+echo -e "\033[0;31mRed (0;31) \033[1;31mLight Red (1;31)"
+echo -e "\033[0;32mGreen (0;32) \033[1;32mLight Green (1;32)"
+echo -e "\033[0;33mOrange (0;33) \033[1;33mLight Orange (1;33)"
+echo -e "\033[0;34mBlue (0;34) \033[1;34mLight Blue (1;34)"
+echo -e "\033[0;35mPurple (0;35) \033[1;35mLight Purple (1;35)"
+echo -e "\033[0;36mCyan (0;36) \033[1;36mLight Cyan (1;36)"
+echo -e "\033[0;37mWhite (0;37) \033[1;37mLight White (1;37)"
+
+read -rsp "" -d "q"