From 4eb0e6ca3adea9f6139299316b0fac1f1369bd8e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 3 Nov 2025 23:25:05 +0100 Subject: checkpoint --- install_system.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 install_system.sh (limited to 'install_system.sh') diff --git a/install_system.sh b/install_system.sh new file mode 100755 index 0000000..c3a1196 --- /dev/null +++ b/install_system.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +set -ue + +ThisDir="$(dirname "$(readlink -f "$0")")" +cd "$ThisDir" + +Files="$(find . -name '*.h')" + +Dest="/usr/local/include/lr/" +mkdir -p "$Dest" + +cp -v $Files "$Dest" -- cgit v1.2.3-70-g09d2