about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorNeil Ray <ray@tilde.institute>2020-07-22 01:37:39 -0400
committerNeil Ray <ray@tilde.institute>2020-07-22 01:37:39 -0400
commite4938e71054ecf26fdd0f4d8c18587285a06f5cc (patch)
treec8412b12941b6a4c51e69710aff78954dd261054 /update.sh
downloadprep_html-e4938e71054ecf26fdd0f4d8c18587285a06f5cc.tar.gz
First commitment, then ...
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 0000000..3afa373
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# concatenate html files & .plan then write to http root
+
+tin_img=tinman3.png
+
+cd ~/prep_html
+cat top.html ~/.project mid.html ~/.plan end.html > ~/public_html/index.html
+if [ -e ~/public_html/$tin_img ]; then cp $tin_img ~/public_html; fi
+