blob: a89b5313df5dd53ccd244f4b8c313ab2ba0a08f3 [file] [log] [blame]
#!/usr/bin/env bash
echo "Starting test"
nohup sh test.sh > test.log &
sleep 1
echo "Process ID:"
cat test.pid