blob: 28f6e535211124766c84a0c37f4eb6713ce128f8 [file]
#!/usr/bin/env bash
set -x
if [[ $1 == *"$2"* ]]; then
shift
shift
"$@"
fi