From 192376f95ae93b2289c1b193b0f95682766e9f28 Mon Sep 17 00:00:00 2001 From: Danny Hvam Date: Thu, 9 Nov 2023 23:02:46 +0100 Subject: [PATCH] Ensure we can call arch bootstrap file --- bootstrap/arch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap/arch diff --git a/bootstrap/arch b/bootstrap/arch new file mode 100644 index 0000000..9965f89 --- /dev/null +++ b/bootstrap/arch @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "I'm not done yet, don't run me!" +exit 2