mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
nohup $* 1>/dev/null 2>&1 &
|
|
echo $!
|