From eea200f923a9f4dfc4bcc06f62e0aeac9dad70c0 Mon Sep 17 00:00:00 2001 From: Matthew Owens Date: Sun, 12 May 2024 22:07:10 +0100 Subject: [PATCH] updated build to be path-agnostic --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1