From a6a4f8079f990705cf7007e74d5d1bc1d906e306 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 27 Mar 2023 16:09:18 +0200 Subject: fix path reference --- os1eindopdracht/uhm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os1eindopdracht/uhm') 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 -- cgit v1.2.3