diff options
Diffstat (limited to 'comp/lucas-standen-NEA/writeup/make.sh')
-rwxr-xr-x | comp/lucas-standen-NEA/writeup/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/writeup/make.sh b/comp/lucas-standen-NEA/writeup/make.sh index 6f7c53e..85466e2 100755 --- a/comp/lucas-standen-NEA/writeup/make.sh +++ b/comp/lucas-standen-NEA/writeup/make.sh @@ -1,2 +1,3 @@ #!/bin/bash -for i in $(ls | grep .ms); do groff -ms $i -T html > $(echo $i | cut -f1 -d".").html; done +for i in $(ls | grep .ms); do groff -ms $i -T pdf > $(echo $i | cut -f1 -d".").pdf; done +zathura coverpage.pdf |