patch.sh-e 90 B

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