view bin/mkreport @ 60:2b1b5bc62c73

Ignore generated html wiki pages
author zegervdv <zegervdv@me.com>
date Tue, 27 May 2014 23:17:55 +0200
parents 3bc2e4f5cc59
children 016c657f0c31
line wrap: on
line source

#!/bin/sh
# Create a new latex report from template

if [ $1 ]; then
  name=$1
else
  name='report.tex'
fi

cp $HOME/.templates/report.tex $name
echo "Created $name"