Rename reload-prod to reloadp and parallelize reload2
This commit is contained in:
parent
0441efc675
commit
6d3bbb1577
2 changed files with 9 additions and 2 deletions
6
scripts/reload2.sh
Executable file
6
scripts/reload2.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
./scripts/reload.sh &
|
||||
./scripts/reloadp.sh &
|
||||
wait
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue