fabiscafe-devices/release.sh
Ward Nakchbandi (Cosmic Fusion) 52044c2096
2023-09-29 19:56:27 +03:00

1 line
114 B
Bash
Executable File

for i in ../patches/* ; do echo "Applying Patch: $i" && patch -Np1 -i $i || echo "Applying Patch $i Failed!"; done