Sign in
webkit
/
WebKit
/
2662f8d798bc569c22db538628ac40db4437697d
/
.
/
Source
/
WebCore
/
gyp
/
run-if-exists.sh
blob: 242ffc81b07e9d8802be25f4d7383b6b247ad87a [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
-
f $1
];
then
$1
||
exit $
?;
fi