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