mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
5 lines
103 B
Bash
5 lines
103 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p ../../Root/usr/include/WindowServer/
|
||
|
cp *.h ../../Root/usr/include/WindowServer/
|