Files
Misc-Scripts/test.sh
2018-10-02 09:10:06 -05:00

10 lines
334 B
Bash
Executable File

#!/usr/bin/env bash
#curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc | source
wget -O- https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc | source -
echo -e "${CS[color,LightBlue]}Testing TESTING ${CS[style,Bold]}REALLY TESTING${CS[style,Reset]}${CS[color,Default]}"
exit 0