build.sh 77 B

12345678
  1. cd `dirname $0`
  2. mkdir tmp
  3. tar cfz tmp/src.tar.gz ./
  4. sh apply.sh
  5. rm -rf tmp