view bin/mkreport @ 20:3697a3b250ea

Update plugins Keep Ack.vim at older version to suppress warnings
author zegervdv <zegervdv@me.com>
date Sun, 16 Mar 2014 10:47:25 +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"