rob@76: #!/bin/sh rob@76: # a simple script to run the server in the background rob@76: # nohup means that the server will keep running when you log out rob@76: # you will need to use the ps and kill commands to find and kill rob@76: # the server if you need to rob@76: # a better solution is the OscGroupServerStartStop script rob@76: nohup ./bin/OscGroupServer &