view bin/mkreport @ 12:2aefbda3f774

Update plugins
author zegervdv <zegervdv@me.com>
date Thu, 27 Feb 2014 20:29:06 +0100
parents d35280c9b023
children 3bc2e4f5cc59
line wrap: on
line source

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

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