Files
cfw-autumn/scripts/testGroups/attach.sh
2026-02-03 20:27:38 +00:00

15 lines
274 B
Bash
Executable File

#!/bin/bash
# Source shared configuration
source "$(dirname "$0")/config.sh"
# Exit immediately if a command exits with a non-zero status
set -e
BUN_PARALLEL_V2 \
'attach/immediate-switch' \
'attach/scheduled-switch' \
'attach/free-trial' \
# 'attach/new-plan'