Mercurial > hg > nodescore
comparison oscgroupsclient_start.sh @ 77:cd921abc8887
added puredata trigger/OSC router
author | Rob Canning <rob@foo.net> |
---|---|
date | Tue, 15 Jul 2014 17:48:07 +0100 |
parents | 0ae87af84e2f |
children |
comparison
equal
deleted
inserted
replaced
76:0ae87af84e2f | 77:cd921abc8887 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 cd oscgroups/bin | 3 cd oscgroups/bin |
4 | 4 |
5 screen -S nodejsserverclient -d -m \ | 5 screen -S nodejsserverclient -d -m \ |
6 ./OscGroupClient 127.0.0.1 22242 22243 22244 3819 \ | 6 ./OscGroupClient oscgroups.kiben.net 22242 22243 22244 3819 \ |
7 nodejsserverclient xxxx groupname xxxx | 7 nodejsserverclient xxxx groupname xxxx |
8 | 8 |