#!/bin/sh
# Version of 10 Green Bottles, suitable for use as a .signature.
# The text strings have been very heavily abbreviated to fit...
# [Copyright 1998 Peter Maydell <pmaydell@chiark.greenend.org.uk>]

echo 'Peter Maydell (unix fanatic :->)' && mkdir t && cd t && find . -noleaf \
-path . -exec mkdir 10 \; -o -printf "%f GBHOTW,%f GBHOTW,AIOGBSAF,TB " -name\
 1 -printf "no GBHOTW\n" -o -exec sh -c "mkdir {}/\`expr {} : '.*/\(.*\)' - 1\
\`" \; -exec sh -c "echo -n \`ls {}\`" \; -printf ' GBHOTW\n'&&cd ..&& rm -r t
