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