|
|
#!/bin/sh
|
||
|
|
exec python2 $(dirname $0)/${STEP:-stepA_mal}.py "${@}"
|
|
|
#!/bin/sh
|
||
|
|
exec python2 $(dirname $0)/${STEP:-stepA_mal}.py "${@}"
|