aboutsummaryrefslogtreecommitdiffstats
path: root/colors.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 13:13:41 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 13:13:41 -0500
commit590fa7ebfa5f3617de0b5675cb9e4b79f03779ac (patch)
tree918f6663e27b1fac9326c295b98b1440e9b8eeff /colors.sh
parent0e5aad8b013ea140fc96c12cf25a14d4260e714a (diff)
Remove interpreter from scripts that are sourced. Remove executable bits are required.
Diffstat (limited to 'colors.sh')
-rw-r--r--colors.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/colors.sh b/colors.sh
index c92c528..29c3735 100644
--- a/colors.sh
+++ b/colors.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
BLK="\e[0;30m"
RED="\e[0;31m"
GRN="\e[0;32m"
@@ -9,4 +7,4 @@ PRP="\e[0;35m"
CYN="\e[0;36m"
WHT="\e[0;37m"
-RST="\e[0m" \ No newline at end of file
+RST="\e[0m"