February 19, 2004

自解 script 範例

把以下存成 script 檔 test.sh, 把壓好的 file.tgz 附加在後面 cat file.tgz >> test.sh
exit 0 以上的地方可以再加任意指令

#!/bin/sh
tail +$((`grep -an "^### end of script" $0 | head -1 | cut -d: -f1`+1)) $0 | tar zxf -


exit 0
### end of script ### by pank

Posted by pank at February 19, 2004 01:12 PM
Comments
Post a comment













Remember personal info?