#!/usr/bin/bash if [ $# -gt 0 ]; then exec "$@" else exec /usr/local/bin/wingmate fi