Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
f9cfcdd1eaa500c379e040d8165519b65782068d
/
.
/
Source
/
JavaScriptCore
/
gyp
/
run-if-exists.sh
blob: 242ffc81b07e9d8802be25f4d7383b6b247ad87a [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
-
f $1
];
then
$1
||
exit $
?;
fi