animation/fourcell_guide.sh

8 lines
102 B
Bash
Raw Normal View History

#!/bin/bash
cd fourcell
source env/bin/activate
cd ..
#echo "${@}"
python ./fourcell/guide.py "${@}"