summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-27 16:09:18 +0200
committerlonkaars <loek@pipeframe.xyz>2023-03-27 16:09:18 +0200
commita6a4f8079f990705cf7007e74d5d1bc1d906e306 (patch)
tree399689da4af41f304d43cdfc8677bf0747a31619
parentb224acf16c442784aa03c916afdb091e330c3c02 (diff)
fix path reference
-rwxr-xr-xos1eindopdracht/uhm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os1eindopdracht/uhm b/os1eindopdracht/uhm
index fbf2305..6624b6b 100755
--- a/os1eindopdracht/uhm
+++ b/os1eindopdracht/uhm
@@ -55,6 +55,6 @@ trap pre_exit INT
# main game loop (written in awk)
tput clear # clear screen
tput cup `stty size | cut -f1 -d' '` # move cursor to bottom left corner
-./uhm.awk -vword="$WORD"
+$0.awk -vword="$WORD"
pre_exit