blob: b53096d0ec10d65203f7b0eb82baf561950c3b61 [file] [log] [blame]
#!/bin/bash
if [[ $1 == *"$2"* ]]; then
shift
shift
"$@"
fi