#!/bin/bash . ${0%/*}/common if [ -n "$P4LOGINSSO" ]; then klist -s 2>/dev/null || kinit || unset P4LOGINSSO fi exec p4 $p4opts $p4command ${1+"$@"}