jFuzzyLogic/html/html_old/addFrame_non_stop.sh

9 lines
60 B
Bash
Executable File

#!/bin/sh
while true
do
./addFrame.sh
date
sleep 1
done