chiark / gitweb /
Script for updating the static front page.
authorijackson <ijackson>
Wed, 23 Jun 1999 16:12:00 +0000 (16:12 +0000)
committerijackson <ijackson>
Wed, 23 Jun 1999 16:12:00 +0000 (16:12 +0000)
update-staticpage.sh [new file with mode: 0755]

diff --git a/update-staticpage.sh b/update-staticpage.sh
new file mode 100755 (executable)
index 0000000..8b48098
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+cd /home/ijackson/public-html/cam-grin
+lynx -source http://www.chiark.greenend.org.uk/ucgi/~ijackson/cam-grin \
+ >index.html.new
+mv index.html.new index.html