trying-manim/test.sh

18 lines
442 B
Bash
Executable File

#!/bin/bash
set -e
ARGS="--quiet -l"
# enter-scene.py
manim $ARGS enter-scene.py EnterScene
manim $ARGS enter-scene.py Graphing
# constructions.py
manim $ARGS constructions.py AngleBisector
manim $ARGS constructions.py PerpendicularBisector
manim $ARGS constructions.py ParallelLine
manim $ARGS constructions.py RegularPentagonWithSide
manim $ARGS constructions.py PerpendicularPlane
manim $ARGS constructions.py PlaneToPerpendicularLine