animation/fourcell_guide.sh

8 lines
102 B
Bash

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