3 lines
69 B
Bash
Executable file
3 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
cd gcc-11.2.0
|
|
patch -p1 < ../gcc-karlos-target-11.2.0.diff
|