Created
April 3, 2018 07:11
-
-
Save RavenZZ/bbaf73a75076140378b4d9513347c5a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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