summaryrefslogtreecommitdiff
path: root/os1eindopdracht/uhm
diff options
context:
space:
mode:
Diffstat (limited to 'os1eindopdracht/uhm')
-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