From b65d40a58e83236504939be82747671d3c2c0599 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 23 Mar 2021 13:13:54 -0500 Subject: Cleanup colors.sh --- colors.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors.sh b/colors.sh index 6ecef32..0e48ab9 100644 --- a/colors.sh +++ b/colors.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Normal colors BLK="\e[0;30m" RED="\e[0;31m" -- cgit v1.2.3-54-g00ecf