diff options
Diffstat (limited to 'colors.sh')
-rw-r--r-- | colors.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |