From 590fa7ebfa5f3617de0b5675cb9e4b79f03779ac Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 13:13:41 -0500 Subject: Remove interpreter from scripts that are sourced. Remove executable bits are required. --- colors.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'colors.sh') 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" -- cgit v1.2.3-54-g00ecf