diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/mkreport	Sun Feb 23 18:52:12 2014 +0100
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Create a new latex report from template
+
+cp $HOME/.templates/report.tex .
+echo "Created report.tex"