告诉我们发生了什么:
在此详细描述你的问题。
Your script should have the suggested “if” statement added correctly
你目前的代码
#!/bin/bash
Bingo Number Generator
echo -e “\n~~ Bingo Number Generator ~~\n”
NUMBER=$(( RANDOM % 75 + 1 ))
TEXT="The next number is, "
echo $NUMBER
你的浏览器信息:
用户代理是: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
挑战: 通过构建五个程序学习 Bash 脚本 - Build Five Programs
挑战的链接: