animation/simulation.sh

7 lines
88 B
Bash

#!/bin/bash
for (( frame=0; frame<=166; frame++ ))
do
echo "frame: ${frame}"
done