7 lines
95 B
Bash
7 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd fourcell
|
||
|
source env/bin/activate
|
||
|
cd ..
|
||
|
|
||
|
python ./fourcell/apply_image.py "${@}"
|