Use of nohup inside the run() command

You can do

  run(`bash -c "nohup julia test.jl $s > report.out &"`)

instead.

3 Likes