0
echo "Gateway: 192.168.0.1 | Interface: Wlan0"
echo "###########################"
echo "1) Update Kali 4) Thanks too.."
echo "2) Software and System Tools 5) Must View"
echo "3) Install Hacking Tools 6) Terminate Program"
echo ""
read Option1 Option2 Option3 Option4 Option4 Option5 Option6
if [ "$Option1" = "1" ]; then
echo "Test"
clear
if [ "$Option2" = "2" ]; then
echo "test"
clear
if [ "$Option3" = "3" ]; then
echo "Test"
clear
if [ "$Option4" = "4" ]; then
echo "chicken"
clear
if [ "$Option5" = "5" ]; then
echo "Test"
clear
if [ "$Option6" = "6" ]; then
echo "The End"
clear
你需要使用'fi'關鍵詞(並根據你也可能需要你試圖實現'elif'。 –