def bash(cmd): """Execute command using /bin/bash instead of /bin/sh.""" return run('/bin/bash -c "{0}"'.format(cmd))