chiark / gitweb /
Directory fix.
authorijackson <ijackson>
Wed, 23 Jun 1999 16:14:01 +0000 (16:14 +0000)
committerijackson <ijackson>
Wed, 23 Jun 1999 16:14:01 +0000 (16:14 +0000)
update-staticpage.sh

index 1089ac7708cf641d86365644b5252a23e0b9d2d4..908ed6ccf23761343198d52464782d6fe9933847 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 set -e
-cd /home/ijackson/public-html/cam-grin
-./bcp5-registry.pl >index.html.new
-mv index.html.new index.html
+file=/home/ijackson/public-html/cam-grin/index.html
+./bcp5-registry.pl >$file.new
+mv $file.new $file