lua.cratera/autotest.sh

7 lines
98 B
Bash
Raw Normal View History

2019-04-16 03:38:40 +02:00
#!/bin/sh
until inotifywait -e modify compiler.lua testc.lua; do
date '+%s'
lua testc.lua
done