Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
a923ce7d4486987a50d1027e53a429a37deae685
/
.
/
scripts
/
tools
/
run_if.sh
blob: b53096d0ec10d65203f7b0eb82baf561950c3b61 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[[
$1
==
*
"$2"
*
]];
then
shift
shift
"$@"
fi