2009年11月20日 星期五

Ubuntu 下安裝 sh 檔

1.首先把 .sh 檔拷貝到某目錄下,ex:/usr/local/
2.執行 chmod command
sudo chmod +x *.sh
3.執行 .sh 檔
sudo sh ./*.bin