mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
8 lines
148 B
Bash
8 lines
148 B
Bash
# you can choose build type from cmd argument
|
|
if [ ! -z $1 ]
|
|
then
|
|
CCTYPE=$1
|
|
CCTYPE=${CCTYPE^} # capitalize first letter if it's not yet
|
|
fi
|
|
|