summaryrefslogtreecommitdiff
path: root/library_creater.sh
diff options
context:
space:
mode:
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