ios系统更新如何关闭:自己写一个脚本文件,嘿嘿,闲来无事,

来源:百度文库 编辑:偶看新闻 时间:2024/05/09 07:19:55
#!/bin/sh
echo i say:I love you,baby.
echo what would you say ?"me too" or "shut up"
read a,b
if [ " $a " = " me too " ];then
echo "you will be a princeness"
elif [ " $a " = " shut up" ];then
echo "you hurt my heart!"
else
echo "can you repeat it please?"
sh mywife.sh;
fi