Skip to content

Instantly share code, notes, and snippets.

@RavenZZ
Created April 3, 2018 07:11
Show Gist options
  • Save RavenZZ/bbaf73a75076140378b4d9513347c5a0 to your computer and use it in GitHub Desktop.
Save RavenZZ/bbaf73a75076140378b4d9513347c5a0 to your computer and use it in GitHub Desktop.
echo $@
if [[ $@ != *"monitor"* ]] ; then # 没有monitor参数
echo "执行cp"
else
echo "不执行"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment