summaryrefslogtreecommitdiff
path: root/copy_to_html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy_to_html.sh')
-rwxr-xr-xcopy_to_html.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/copy_to_html.sh b/copy_to_html.sh
new file mode 100755
index 0000000..fa4eca2
--- /dev/null
+++ b/copy_to_html.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+for F in $(ls); do
+FILE=$(basename $F|sed s/.txt/.html/)
+echo $FILE
+$HOMe/www/sh/formatter.sh $F >| "$HOME/www/source/$FILE"
+done
+