From 6ef952a1688c22f4d3f1144831c861a7a6c8333c Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Thu, 25 Dec 2008 21:26:50 +0000 Subject: [PATCH] publish app mods --- pub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub.sh b/pub.sh index 67bfac9..e781747 100755 --- a/pub.sh +++ b/pub.sh @@ -3,7 +3,7 @@ VER=`./getsvnrev.sh` echo "" >>website/currentrev.php -p scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/ +scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/ cp data/map.dat website/ cd website svn commit -m "Published new app to web site"