diff --git a/wowhead.sh b/wowhead.sh new file mode 100755 index 0000000..09412fa --- /dev/null +++ b/wowhead.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd $(dirname $0) +echo -e "local me,ns = ...\n" >wowhead.lua +../Helpers/GCAllRewards.php >>wowhead.lua +../Helpers/GCGearTokens.php >>wowhead.lua \ No newline at end of file