4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
if which pycompile >/dev/null 2>&1; then
|
|
pycompile -p #PACKAGE# #ARGS#
|
|
fi
|