diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-27 16:09:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-27 16:09:18 +0200 |
commit | a6a4f8079f990705cf7007e74d5d1bc1d906e306 (patch) | |
tree | 399689da4af41f304d43cdfc8677bf0747a31619 /os1eindopdracht/uhm | |
parent | b224acf16c442784aa03c916afdb091e330c3c02 (diff) |
fix path reference
Diffstat (limited to 'os1eindopdracht/uhm')
-rwxr-xr-x | os1eindopdracht/uhm | 2 |
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 |