homepage/chumby-photo.cgi

9 lines
122 B
Bash
Executable File

#! /bin/sh
cd /home/neale/lib/images/chumby
echo Content-type: image/jpeg
echo
fn=$(ls *.jpg | shuf | head -n1)
cat $fn