animation/simulation.sh

7 lines
88 B
Bash
Raw Normal View History

2021-11-30 15:20:28 +00:00
#!/bin/bash
for (( frame=0; frame<=166; frame++ ))
do
echo "frame: ${frame}"
done