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