ubuntu中写一个shell脚本的过程

gedit hello.sh 

,然后输入

#!/bin/bash
echo "Hello world!"

chmod +x hello.sh

./hello.sh


posted @ 2017-06-01 08:19  clnchanpin  阅读(5607)  评论(0编辑  收藏  举报