From: ijackson Date: Wed, 23 Jun 1999 16:12:00 +0000 (+0000) Subject: Script for updating the static front page. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=c2b0d0dedd030612010bf89f915e05bf035d4fc6;p=bcp5-registry.git Script for updating the static front page. --- diff --git a/update-staticpage.sh b/update-staticpage.sh new file mode 100755 index 0000000..8b48098 --- /dev/null +++ b/update-staticpage.sh @@ -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