Files
webgui/plugins/dynamix/scripts/start_command
2022-08-12 19:53:29 +02:00

4 lines
48 B
Bash
Executable File

#!/bin/bash
nohup $* 1>/dev/null 2>&1 &
echo $!