Edit by browser
This commit is contained in:
parent
fc870854e2
commit
99e06c8838
|
@ -6,12 +6,16 @@ sh ./daan.sh
|
||||||
|
|
||||||
a='rm'
|
a='rm'
|
||||||
b='echo'
|
b='echo'
|
||||||
|
c='EOF'
|
||||||
if cat daan.sh|grep "$a">/dev/null
|
if cat daan.sh|grep "$a">/dev/null
|
||||||
then
|
then
|
||||||
echo "使用rm属于作弊行为"
|
echo "使用rm属于作弊行为"
|
||||||
if cat daan.sh|grep "$b">/dev/null
|
if cat daan.sh|grep "$b">/dev/null
|
||||||
then
|
then
|
||||||
echo "使用echo属于作弊行为"
|
echo "使用echo属于作弊行为"
|
||||||
|
if cat daan.sh|grep "$c">/dev/null
|
||||||
|
then
|
||||||
|
echo "使用EOF属于作弊行为"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue