Run a command immune to hangups.
Synopsis
nohup COMMAND [ARGS]...
Description
Run COMMAND so that it continues running after the terminal session ends. Runs in the just-bash WASM shell inside SLICC.
Examples
$ nohup long-running-task &
Run a task that persists after session close.
Notes
In the SLICC browser environment, session persistence depends on the browser tab remaining open.
See Also
bg, jobs