From d20ae5a71150f157def3296638a841c66aef9204 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Wed, 26 Aug 2015 00:01:23 +0200 Subject: [PATCH] Wohead scraper launcher Signed-off-by: Alar of Daggerspine --- wowhead.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 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 -- 1.7.9.5