diff options
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 |