mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2025-03-10 23:38:43 +01:00
9 lines
60 B
Bash
9 lines
60 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
while true
|
||
|
do
|
||
|
./addFrame.sh
|
||
|
date
|
||
|
sleep 1
|
||
|
done
|