From: Matthew Owens Date: Sun, 12 May 2024 21:07:10 +0000 (+0100) Subject: updated build to be path-agnostic X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=eea200f923a9f4dfc4bcc06f62e0aeac9dad70c0;p=untitled-ttrpg.git updated build to be path-agnostic --- diff --git a/build b/build index a52e0ec..a4d45f2 100755 --- a/build +++ b/build @@ -1,6 +1,6 @@ #!/bin/bash -work=~/documents/untitled-ttrpg +work=$(dirname "$0") src=$work/src tmp=/tmp template=template.tex