mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 15:39:55 +00:00
704f48d7f3
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p ../Root/usr/include/Kernel/
|
|
cp ./*.h ../Root/usr/include/Kernel/
|