1.终端输入“gedit test.sh”,打开文本编辑器; 2.输入代码,保存并退出; 3.终端输入“chmod u+x test.sh”; 4.终端输入“./test.sh”,运行。或者跳过第三步直接“bash test.sh”