gadgets-OSC/Loth/play.sh

20 lines
148 B
Bash
Executable File

#!/bin/bash
source config.sh
function envoyer
{
msg=$1
echo $msg
oscsend $IP_VIDEO $R_PORT $msg
}
envoyer "/play"
sleep 15
envoyer "/pause"