URI: 
       Update watchtestscripts.sh - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit a88b488181279befd50e1d127f9f67604f2f9854
   DIR parent d5a8c330cb7b13de8072aae48a7bc3fa3503b1d7
  HTML Author: broughtupsy <162842238+broughtupsy@users.noreply.github.com>
       Date:   Mon, 15 Apr 2024 18:44:42 +0300
       
       Update watchtestscripts.sh
       Diffstat:
         M watchtestscripts.sh                 |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/watchtestscripts.sh b/watchtestscripts.sh
       @@ -3,5 +3,5 @@
        trap exit SIGINT
        
        # I use "run tests on save" in my editor.
       -# Unfortunately, changes to text files does not trigger this. Hence this workaround.
       -while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done
       -\ No newline at end of file
       +# Unfortunately, changes to text files do not trigger this. Hence this workaround.
       +while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done