summary refs log blame commit diff stats
path: root/autotest.sh
blob: 54b998c45b647d3d74ff81a174d07aba7c47d39a (plain) (tree)
1
2
3
4
5
6





                                                      
#!/bin/sh

until inotifywait -e modify compiler.lua testc.lua; do
	date '+%s'
	lua testc.lua
done