gadgets-OSC/Loth/play.sh

20 lines
144 B
Bash
Executable File

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