mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
9 lines
60 B
Bash
9 lines
60 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
while true
|
||
|
do
|
||
|
./addFrame.sh
|
||
|
date
|
||
|
sleep 1
|
||
|
done
|