summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/imageinfo/imagegallery.sh
blob: cf3952c4a92c4c0bfa6fed82558c47676bb24d8c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# Uses imagegallery.js to create a thumbnail page where the newest
# images are shown first.
#

./imagegallery.js `ls --color=never -1 -t $* | xargs echo -n`