comparison bin/mkreport @ 6:d35280c9b023

Add custom CLI tools
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 18:52:12 +0100
parents
children 3bc2e4f5cc59
comparison
equal deleted inserted replaced
5:8975f7375c41 6:d35280c9b023
1 #!/bin/sh
2 # Create a new latex report from template
3
4 cp $HOME/.templates/report.tex .
5 echo "Created report.tex"