jFuzzyLogic/html/html_old/addFrame_non_stop.sh

9 lines
60 B
Bash
Raw Normal View History

2014-12-19 14:30:46 +01:00
#!/bin/sh
while true
do
./addFrame.sh
date
sleep 1
done