aboutsummaryrefslogtreecommitdiff
path: root/showColors.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2018-12-01 13:40:22 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2018-12-01 13:40:22 +0100
commit01af910da164d1f00f8d85289af6ba95adfc4a42 (patch)
treef0a9a5ada436539b062f822575173b917f1af492 /showColors.sh
parent22908f63941e3d70b406bbc015a5948282aad410 (diff)
downloadscripts-01af910da164d1f00f8d85289af6ba95adfc4a42.tar.gz
scripts-01af910da164d1f00f8d85289af6ba95adfc4a42.zip
Fixed shebang line in showcolors.sh.
Diffstat (limited to 'showColors.sh')
-rwxr-xr-xshowColors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/showColors.sh b/showColors.sh
index 1b0a19a..7183fce 100755
--- a/showColors.sh
+++ b/showColors.sh
@@ -1,4 +1,4 @@
-#!bin/bash
+#!/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)"