whisper-money/worktree.sh

10 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
ROOT_PATH=$1
cp "$ROOT_PATH/.env" .env
cp -r "$ROOT_PATH/storage/keys" ./storage/keys
bun i
composer install