2016年3月14日 星期一

bash batch file

ref:http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-2.html#ss2.1
Macbook pro with Yosemite

1. Edit batch file
vi hello.sh
#!/bin/bash        
echo Hello World

2. chmod +x hello.sh

3. ./hello.sh


沒有留言:

張貼留言