小脚本程序

710阅读 0评论2011-10-17 mychz2011
分类:LINUX

echo "\n"
echo "If you wanta upgrade, Please input y/n:\c"
read aa
if [ "$aa" != "y" ];then
    exit 0
else
    echo "continue ..."
fi
上一篇:ubuntu不能自动挂在u盘问题
下一篇:This is hard sentence