Files
louiscklaw 5c584709c4 update,
2025-01-31 20:14:02 +08:00

10 lines
77 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
# loop forever
while true
do
yarn start
done