view bin/mkreport @ 38:8f9bdb6cedf3

Use working dir in ctrlp Update plugins
author zegervdv <zegervdv@me.com>
date Thu, 17 Apr 2014 08:02:35 +0200
parents 3bc2e4f5cc59
children 016c657f0c31
line wrap: on
line source

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

if [ $1 ]; then
  name=$1
else
  name='report.tex'
fi

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