github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/watchtestscripts.sh (about)

     1  #!/bin/bash
     2  
     3  trap exit SIGINT
     4  
     5  # I use "run tests on save" in my editor.
     6  # Unfortantly, changes to text files does not trigger this. Hence this workaround.
     7  while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done