chore: Script to setup a worktree

This commit is contained in:
Víctor Falcón 2026-03-06 11:55:39 +01:00
parent 8ca4c8d6c6
commit dbc356ab7b
1 changed files with 7 additions and 0 deletions

7
worktree.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
ROOT_PATH=$1
bun i
composer install
cp "$ROOT_PATH/.env" .env