Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
f9b920c967c6872d943c225638c716e9017805ce
/
.
/
scripts
/
tools
/
run_if.sh
blob: 28f6e535211124766c84a0c37f4eb6713ce128f8 [
file
]
#!/usr/bin/env bash
set
-
x
if
[[
$1
==
*
"$2"
*
]];
then
shift
shift
"$@"
fi