#!/bin/bash
# Copyright 2009 Rhea Myers [email protected]
# Licenced under the GPL version 3 or, at your option, any later version.
if [ “$1” == "" ]; then
echo “Please enter name of manual directory on server (e.g. FlossManuals)."
echo “You can find this by going to the printable version of the manual."
exit 1;
fi
plucker-build –zlib-compression –stayonhost –bpp=8 -p . <br> -f $1 –staybelow=http://en.flossmanuals.net/floss/pub/$1/ <br> http://en.flossmanuals.net/$1/print