added personal scripts
This commit is contained in:
4
shell_scripts/gallery_making
Executable file
4
shell_scripts/gallery_making
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# consider using convert to generate thumbnails and auto-rotate
|
||||
echo "<html>" > gallery.html && ls *.jpg *.JPG |sort -n| sed "s/\(.*\)/<a href=\"\1\"><img height=\"200px\" src=\"\1\"\/>\1<\/a><br\/>/" > gallery.html && echo "</html>" >> gallery.html
|
||||
Reference in New Issue
Block a user