
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
7 lines
138 B
Bash
Executable file
7 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibIPC/
|
|
cp *.h $SERENITY_ROOT/Root/usr/include/LibIPC/
|