echo "hello world"
打印出来
第一行为bash在bin里的pwd
vi test.sh
#!/bin/sh echo "helloworld" ls cd ../ ls cd -
./test.sh 运行shell