Add a script for simulating the math
This commit is contained in:
parent
96b4a47397
commit
5dc7eefe43
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for (( frame=0; frame<=166; frame++ ))
|
||||
do
|
||||
echo "frame: ${frame}"
|
||||
done
|
Loading…
Reference in New Issue