Files
bejeweled-classic/src/apply_patch.sh
T
2026-07-09 19:24:05 +02:00

3 lines
57 B
Bash

#!/bin/sh
cd out && patch -p1 < ../changes.patch && cd -