ratcatcher/pub.sh

6 lines
223 B
Bash
Raw Normal View History

2008-12-03 08:35:27 +11:00
#!/bin/sh
scp RatCatcher-10.*.zip rob@spider:/var/www/html/ratcatcher.nethack.net/
echo "<script language=\"php\">" >website/currentrev.php
./getsvnrev.sh >>website/currentrev.php
echo "</script>" >>website/currentrev.php