From e089251c2fbe9f132933d4be0f9892e5a00daeac Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Sat, 9 Aug 2025 17:39:12 +0200 Subject: [PATCH] Move with-db.sh to scripts --- with-db.sh => scripts/with-db | 2 ++ 1 file changed, 2 insertions(+) rename with-db.sh => scripts/with-db (95%) diff --git a/with-db.sh b/scripts/with-db similarity index 95% rename from with-db.sh rename to scripts/with-db index 09bb70d..383cbab 100755 --- a/with-db.sh +++ b/scripts/with-db @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + if [ -z "$BASE_DIR" ]; then BASE_DIR=$(mktemp -d) fi