mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-28 07:18:51 +00:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p ../Root/usr/include/sys/
|
|
cp *.h ../Root/usr/include/
|
|
cp sys/*.h ../Root/usr/include/sys/
|