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