Files
webgui/plugins/dynamix/scripts/start_command
2022-08-09 16:37:36 +02:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
DELAY=0.3
nohup bash -c "sleep $DELAY && $*" 1>/dev/null 2>&1 &
echo $!