10 lines
176 B
Bash
10 lines
176 B
Bash
#!/bin/sh
|
|
|
|
ROLE=toxcore
|
|
EXE=`which pyanalyze` || exit 0
|
|
|
|
PYTHONPATH=$PWD/wrapper /usr/local/bin/python3.sh $EXE \
|
|
src/ansible_gentooimgr/gentooimgr/*py \
|
|
> .pyanal.out 2>&1
|
|
|