diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-05-01 17:34:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-05-01 17:34:05 +0200 |
commit | 2541ade3f2841f9215e32a1513079e02a1d7a1b9 (patch) | |
tree | a52be4815804edf5bfc63f46ee9a2c20c405c7bd /new-report | |
parent | eb15bf8a8029755dbe51a75187fb4948c2f5d055 (diff) | |
download | bin-2541ade3f2841f9215e32a1513079e02a1d7a1b9.tar.gz bin-2541ade3f2841f9215e32a1513079e02a1d7a1b9.tar.xz |
Improve latex report scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'new-report')
-rwxr-xr-x | new-report | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/new-report b/new-report new file mode 100755 index 0000000..d8cea7f --- /dev/null +++ b/new-report @@ -0,0 +1,4 @@ +#!/bin/bash + +cp -n ~/docs/report-template.tex ./report.tex + |