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