From 0b14ac77045a2a0a4d0ab1db8b0fba7bc4df1036 Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Tue, 6 Sep 2022 15:26:28 +0200 Subject: [PATCH] Add bootstrap script --- bootstrap.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..a5deda5 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,44 @@ +#!/usr/bin/env bash + +type -a autoreconf > /dev/null || +{ + cat <