summaryrefslogtreecommitdiff
path: root/copy_to_html.sh
diff options
context:
space:
mode:
authorb4rkod <lllillilll@protonmail.com>2024-05-15 23:53:37 +0300
committerb4rkod <lllillilll@protonmail.com>2024-05-15 23:53:37 +0300
commitd5365fe018f8adda443c5512e3e390186a19d32e (patch)
tree85290fdb9f45395764e510dedf143bdf4b6254d4 /copy_to_html.sh
parent0e97f4e9e7672743bc9b04a2efa0b68d7f9bfa14 (diff)
removed unused files
Diffstat (limited to 'copy_to_html.sh')
-rwxr-xr-xcopy_to_html.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/copy_to_html.sh b/copy_to_html.sh
deleted file mode 100755
index ce3f6ab..0000000
--- a/copy_to_html.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-cd $HOME/www/$1 || break
-for F in $(ls); do
-FILE=$(basename $F|sed s/.txt/.html/)
-echo $FILE
-$HOME/www/sh/formatter.sh $F >| "$HOME/www/source/$1/$FILE"
-done
-