8 lines
280 B
Bash
Executable File
8 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
echo "<script language=\"php\">" >website/currentrev.php
|
|
./getsvnrev.sh >>website/currentrev.php
|
|
echo "</script>" >>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"
|