Fortraneries/GravityField/runme.sh

13 lines
178 B
Bash
Raw Normal View History

2022-11-28 13:47:44 +01:00
#!/bin/bash
set -e # stop on error
2022-12-05 12:51:22 +01:00
make animation
2022-11-28 13:47:44 +01:00
2022-12-14 15:35:09 +01:00
date > animation.log
2022-12-05 12:51:22 +01:00
time ./animation | tee animation.log
2022-12-05 12:51:22 +01:00
./encode.sh WS/nanim/ quux.mp4
2022-12-14 15:35:09 +01:00
./encode.sh WS/colmap/ zzz.mp4