1. 建立sh文件
vim hello.sh
2. 编写内容
#!/bin/sh /opt/jetty/bin/jetty.sh restart
chmod +x hello.sh
./hello.sh