github.com/bilpay-tech/air@v0.0.0-20230514155040-b55f770a4ac6/runner/_testdata/run-many-processes.sh (about)

     1  #!/bin/sh
     2  echo "ProcessID=$$ begins ($0)"
     3  ./_testdata/child.sh background &
     4  ./_testdata/child.sh foreground
     5  echo "ProcessID=$$ ends ($0)"