我已经使用了以下的schript来给出一个选项菜单,但它提供了一个
syntax error: 'select' unmatched
这是我的脚本部分我不能使用elif命令,因为android没有识别它。
OPTIONS="Continue Quit"
select opt in $OPTIONS; do
if [ "$opt" = "Quit" ]; then
echo closing Android Hardening
sleep 5
exit
fi
if [ "$opt" = "Continue" ]; then
echo ANDROID
echo HARDENING
else
echo incorrect selection restart application
sleep 7
exit 1
fi
答案 0 :(得分:0)
您必须关闭选择...使用匹配的od