From b55bcd660e73243d3db8201d38d4d58f9b069edd Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 14 Mar 2023 16:35:47 +0100 Subject: [PATCH] dummy build script --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..a537625b --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo hello world