Files
azerothshard-core/azth_pull_subtrees.sh
2018-04-09 07:52:10 +00:00

12 lines
448 B
Bash
Executable File

#!/usr/bin/env bash
git subtree pull --prefix=modules/mod-transm https://github.com/azerothcore/mod-transmog master
git subtree pull --prefix=modules/mod-duelreset https://github.com/azerothcore/mod-duelreset master
git subtree pull --prefix=modules/mod-anticheat https://github.com/azerothcore/mod-anticheat master
git subtree pull --prefix=modules/mod-vas-autobalance https://github.com/azerothcore/mod-vas-autobalance master
read -p "done"