8 lines
102 B
Bash
8 lines
102 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd fourcell
|
||
|
source env/bin/activate
|
||
|
cd ..
|
||
|
|
||
|
#echo "${@}"
|
||
|
python ./fourcell/guide.py "${@}"
|