chiark / gitweb /
my-debmirror: drop d-i images
[bin.git] / skeleton-gallery
index 0d4a31959eabc49512b1c45e14c4fd2c0f745115..2d29487f0b0b2eb731fbe16bb9dc89728a9caf50 100755 (executable)
@@ -5,12 +5,13 @@ exec >gallery.xml
 
 cat <<EOF
 <gallery title="" perpage=""
-         authorname="Colin Watson" authoremail="cjwatson@flatline.org.uk">
+         authorname="Colin Watson"
+         authoremail="cjwatson@chiark.greenend.org.uk">
 EOF
 
 index=0
 
-for x in *.jpg; do
+for x in `ls *.jpg | sort -n`; do
     index=$(($index + 1))
     if [ "$index" -ne 1 ]; then
        echo