标签:html as htm class ubuntu shell c ld ash
gedit hello.sh
,然后输入
#!/bin/bash echo "Hello world!"
chmod +x hello.sh
./hello.sh
ubuntu中写一个shell脚本的过程
原文地址:http://blog.csdn.net/dxuehui/article/details/40537337