6 lines
223 B
Bash
6 lines
223 B
Bash
|
#!/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
|