ycategories-presentation/categories/gen
2012-11-02 14:05:05 +01:00

13 lines
190 B
Bash
Executable file

#!/usr/bin/env zsh
if [[ ${0[0]} = '/' ]]; then
scriptdir="${0:h}"
else
scriptdir="$PWD/${0:h}"
fi
{
cat head.html
cat slide-*.html
cat tail.html
} > $scriptdir/../categories.html