创建 shell 脚本并且运行

plaintext
vim hello.sh

提权

shell
chmod u+x hello.sh

执行

shell
bash hello.sh