diff --git a/node/poor_mans_cd.sh b/node/poor_mans_cd.sh index 386cbc4..402599a 100755 --- a/node/poor_mans_cd.sh +++ b/node/poor_mans_cd.sh @@ -1,7 +1,7 @@ #!/bin/bash start_process() { - go run ./... & + GOEXPERIMENT=arenas go run ./... & process_pid=$! child_process_pid=$(pgrep -P $process_pid) }