Mercurial > dotfiles.old
view bin/mkreport @ 80:16edf05ad21a
Fix errors with prompt
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 21 Jul 2014 09:58:05 +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"