Fixed broken links
[fifth.git] / tools / update web site
index c2cd502..20a52bc 100755 (executable)
@@ -1,7 +1,11 @@
 #!/bin/bash
-
-cd "${0%/*}"
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
 
 cd ..
 
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/fifth/
+
+
+echo ""
+echo "Press ENTER to close this window."
+read