broadcast/broadcast/entrypoint.sh

7 lines
72 B
Bash
Executable File

#!/bin/bash
trap "exit 0" 1 2 3 15
sleep 5
/srv/broadcast ${@} & wait