From dbc356ab7b9925d4a1b480c7bcc42da1ee93dea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Fri, 6 Mar 2026 11:55:39 +0100 Subject: [PATCH] chore: Script to setup a worktree --- worktree.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 worktree.sh diff --git a/worktree.sh b/worktree.sh new file mode 100755 index 00000000..5dbeb45e --- /dev/null +++ b/worktree.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +ROOT_PATH=$1 + +bun i +composer install +cp "$ROOT_PATH/.env" .env