From c2b0d0dedd030612010bf89f915e05bf035d4fc6 Mon Sep 17 00:00:00 2001 From: ijackson Date: Wed, 23 Jun 1999 16:12:00 +0000 Subject: [PATCH] Script for updating the static front page. --- update-staticpage.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update-staticpage.sh 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 -- 2.30.2