Rename reload-prod to reloadp and parallelize reload2

This commit is contained in:
Lawrence Chen 2026-01-28 02:14:14 -08:00
parent 0441efc675
commit 6d3bbb1577
2 changed files with 9 additions and 2 deletions

6
scripts/reload2.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
./scripts/reload.sh &
./scripts/reloadp.sh &
wait

View file

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
pkill -x cmux || true
xcodebuild -project GhosttyTabs.xcodeproj -scheme cmux -configuration Release -destination 'platform=macOS' build
pkill -x cmuxterm || true
sleep 0.2
open /Users/lawrencechen/Library/Developer/Xcode/DerivedData/GhosttyTabs-cbjivvtpirygxbbgqlpdpiiyjnwh/Build/Products/Release/cmux.app
open /Users/lawrencechen/Library/Developer/Xcode/DerivedData/GhosttyTabs-cbjivvtpirygxbbgqlpdpiiyjnwh/Build/Products/Release/cmuxterm.app