cyrus helios
oxsy fra
dml #EF2929
opu #8AE234
fcp #79c4c4
itandroids #A430B7
yushan #0029FF
kn2c #f1ff73
cyrus #FF99FF
if [[ $1 = *"simple_team_name"* ]]; then cd team_path && ./startfile &> $out fi
Examples:
if [[ $1 = *"cyrus"* ]]; then
cd /home/nader/Desktop/bins/remotecup1/major/final/c2 && ./start.sh &> $out
fi
if [[ $1 = *"razi"* ]]; then
cd /home/nader/Desktop/bins/remotecup2/bins/razi && ./startAll &> $out
fi
if [[ $1 = *"oxsy"* ]]; then
cd /home/nader/Desktop/bins/remotecup2/bins/oxsy && ./startlocal &> $out
fi