view bin/mkreport @ 35:63f450f5c3fb

Update plugins
author zegervdv <zegervdv@me.com>
date Sun, 13 Apr 2014 10:15:12 +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"