1#!/bin/sh 2 3if [ $1 == "fstat" ] && [ $2 =~ ".*/out/.*" ]; then 4 echo "$2 - file(s) not in client view." >&2 5 exit 0 6fi 7 8exec /opt/local/bin/p4 $* 9