6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#! /bin/bash
|
|
set -ex
|
|
|
|
export PYTHONPATH=$(pwd)/automation:$PYTHONPATH
|
|
export LD50_PROJECT_ROOT=$(pwd)
|
|
python3 -m anim_stitcher |