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