Files
Misc-Scripts/test.sh
2018-10-02 08:59:23 -05:00

8 lines
230 B
Bash
Executable File

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