annotate oscgroupsclient_start.sh @ 76:0ae87af84e2f

added oscgroups
author Rob Canning <rob@foo.net>
date Sun, 13 Jul 2014 10:07:41 +0100
parents
children cd921abc8887
rev   line source
rob@76 1 #!/bin/bash
rob@76 2
rob@76 3 cd oscgroups/bin
rob@76 4
rob@76 5 screen -S nodejsserverclient -d -m \
rob@76 6 ./OscGroupClient 127.0.0.1 22242 22243 22244 3819 \
rob@76 7 nodejsserverclient xxxx groupname xxxx
rob@76 8