diff options
Diffstat (limited to 'thesis.pdf.gup')
-rwxr-xr-x | thesis.pdf.gup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/thesis.pdf.gup b/thesis.pdf.gup new file mode 100755 index 0000000..2167f7b --- /dev/null +++ b/thesis.pdf.gup | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | gup -u edit-lens/src/Control/Lens/Edit.lhs | ||
4 | gup -u edit-lens/src/Control/Lens/Edit/Compose.lhs | ||
5 | |||
6 | bDir=$(pwd) | ||
7 | |||
8 | cd .. | ||
9 | |||
10 | exec gup/pdf.gup $1 ${bDir}/$2 \ No newline at end of file | ||