summaryrefslogtreecommitdiff
path: root/library_creater.sh
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 /library_creater.sh
parent2570dce5d1a9824cc1b588701bf43c964f5796ed (diff)
some cleanup
Diffstat (limited to 'library_creater.sh')
-rwxr-xr-xlibrary_creater.sh12
1 files changed, 0 insertions, 12 deletions
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