def sh()

in deployment/helper.py [0:0]


def sh(*args):
    return subprocess.call(*args, shell=True)