9 lines
172 B
Bash
9 lines
172 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd oscgroups/bin
|
||
|
|
||
|
screen -S nodejsserverclient -d -m \
|
||
|
./OscGroupClient oscgroups.kiben.net 22242 22243 22244 3819 \
|
||
|
nodejsserverclient xxxx groupname xxxx
|
||
|
|