From 226bb32afe2573c31f1c43d5729356abcbdd1c40 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Tue, 2 Dec 2008 21:37:13 +0000 Subject: [PATCH] More mods to publishing script --- pub.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pub.sh b/pub.sh index 0503896..5be3104 100755 --- a/pub.sh +++ b/pub.sh @@ -1,5 +1,7 @@ #!/bin/sh -scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/ echo "" >>website/currentrev.php +scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/ +cd website +svn commit -m "Published new app to web site"