#! /bin/sh if pgrep "$1" >/dev/null; then exit 0; fi browser-stack.py push "$@" "$@" exec browser-stack.py pop "$@"