summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorb4rkod <lllillilll@protonmail.com>2024-04-28 11:09:14 +0300
committerb4rkod <lllillilll@protonmail.com>2024-04-28 11:09:14 +0300
commitad4239897d6b8cfc8ec3f4e43800206bcb182bd7 (patch)
treed04dbc391126d3f2b299ea4bf035b82f62e9db50
parent2570dce5d1a9824cc1b588701bf43c964f5796ed (diff)
some cleanup
-rwxr-xr-xadd_to_index_tr.sh6
-rwxr-xr-xlibrary_creater.sh12
-rw-r--r--test.sh3
3 files changed, 0 insertions, 21 deletions
diff --git a/add_to_index_tr.sh b/add_to_index_tr.sh
deleted file mode 100755
index ab4f566..0000000
--- a/add_to_index_tr.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-cd $HOME/www/blogposts_tr
-FILE=$(basename $1|sed s/.txt/.html/)
-echo $FILE
-/home/void/www/sh/formatter.sh $HOME/www/blogposts_tr/$(basename $1) >| "/home/void/www/source/blogposts_tr/$FILE"
-sed -i "/\<ul name=blogposts\>/s/$/\n\t\<li\>\<a href=\"blogposts_tr\/$FILE\"\>$FILE\<\/a\>\<\/li\>/" $HOME/www/source/index_tr.html
diff --git a/library_creater.sh b/library_creater.sh
deleted file mode 100755
index 2a1e075..0000000
--- a/library_creater.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-. $HOME/www/sh/basics.sh
-
-header Library
-
-printf "<ul>\n"
-for F in $(cat $HOME/.cache/uploaded_images.txt |cut -d "/" -f 5); do
- echo
- printf "<li> <a href=\"$F\">$F</a>\n"
-done
-
-footer
diff --git a/test.sh b/test.sh
deleted file mode 100644
index 69cc0cf..0000000
--- a/test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-printf "<html> <body>\n"
-printf "<\\body> <\\html> \n"