mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
5 lines
81 B
Bash
5 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p ../Root/usr/include/AK/
|
||
|
cp ../AK/*.h ../Root/usr/include/AK/
|