Edit by browser
This commit is contained in:
parent
9f5c4796dc
commit
4c862e33fd
|
@ -9,6 +9,8 @@ b='echo'
|
||||||
c='EOF'
|
c='EOF'
|
||||||
d='<<'
|
d='<<'
|
||||||
e='>>'
|
e='>>'
|
||||||
|
f='ZhangSan'
|
||||||
|
g='WangWu'
|
||||||
if cat /data/workspace/myshixun/step1/daan.sh|grep "$a">/dev/null
|
if cat /data/workspace/myshixun/step1/daan.sh|grep "$a">/dev/null
|
||||||
then
|
then
|
||||||
echo "使用rm属于作弊行为"
|
echo "使用rm属于作弊行为"
|
||||||
|
@ -24,6 +26,14 @@ then
|
||||||
if cat /data/workspace/myshixun/step1/daan.sh|grep "$e">/dev/null
|
if cat /data/workspace/myshixun/step1/daan.sh|grep "$e">/dev/null
|
||||||
then
|
then
|
||||||
echo "使用重定向属于作弊行为"
|
echo "使用重定向属于作弊行为"
|
||||||
|
if cat /data/workspace/myshixun/step1/daan.sh|grep "$f">/dev/null
|
||||||
|
then
|
||||||
|
echo "禁止出现人名"
|
||||||
|
if cat /data/workspace/myshixun/step1/daan.sh|grep "$g">/dev/null
|
||||||
|
then
|
||||||
|
echo "禁止出现人名"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue