summaryrefslogtreecommitdiff
path: root/library_creater.sh
blob: 2a1e075b03bd68d1cc218212d7e43f721638f335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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