Mods to pub script
This commit is contained in:
parent
1706e32495
commit
3e6b011f01
3
pub.sh
3
pub.sh
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
VER=`./getsvnrev.sh`
|
||||||
echo "<script language=\"php\">" >website/currentrev.php
|
echo "<script language=\"php\">" >website/currentrev.php
|
||||||
./getsvnrev.sh >>website/currentrev.php
|
echo "echo \"$VER\"; " >>website/currentrev.php
|
||||||
echo "</script>" >>website/currentrev.php
|
echo "</script>" >>website/currentrev.php
|
||||||
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
|
||||||
cd website
|
cd website
|
||||||
|
|
Loading…
Reference in New Issue