publish app mods

This commit is contained in:
Rob Pearce 2008-12-25 21:26:50 +00:00
parent 32a68b4457
commit 6ef952a168
1 changed files with 1 additions and 1 deletions

2
pub.sh
View File

@ -3,7 +3,7 @@ VER=`./getsvnrev.sh`
echo "<script language=\"php\">" >website/currentrev.php
echo "echo \"$VER\"; " >>website/currentrev.php
echo "</script>" >>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"