aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-11 19:23:52 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-11 19:23:52 -0500
commit7b57e227a17f516e33784934df43d769ca5da84f (patch)
tree2b07797ce5be408203f6db2acf5f263fc58dd261 /make
parent5b3f7972de5926b45d50a18895685d9e7a457ad2 (diff)
added make shell script
Diffstat (limited to 'make')
-rwxr-xr-xmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/make b/make
new file mode 100755
index 0000000..ef3ae65
--- /dev/null
+++ b/make
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+mkdir imgs
+cd imgs
+python3 data.py
+cd ..
+cd document
+pdftex report.tex
+cd ..