view bin/mkreport @ 23:4112c6eb9f47

Correct tab completion with snippets
author zegervdv <zegervdv@me.com>
date Thu, 20 Mar 2014 21:49:38 +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"