patch.sh-e-e 82 B

1234567
  1. #!/bin/bash
  2. rm -rf build
  3. cp -r src build
  4. cd build
  5. patch -p1 -i ../patches/*.diff