Sign in
ara-mdk
/
platform
/
development
/
2a4aa3cd5dc0f13f676ed1994e6748a156eb5801
/
.
/
ide
/
intellij
/
p4.sh
blob: 0665a63ce6794264bc1b416f4404407de0ea018d [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
$1
==
"fstat"
]
&&
[
$2
=~
".*/out/.*"
];
then
echo
"$2 - file(s) not in client view."
>&
2
exit
0
fi
exec
/
opt
/
local
/
bin
/
p4 $
*