Quantcast

Wohead scraper launcher

Alar of Daggerspine [08-25-15 - 22:01]
Wohead scraper launcher

Signed-off-by: Alar of Daggerspine <alar@aspide.it>
Filename
wowhead.sh
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