view oscgroups/run_server.sh @ 87:e9cbc93e1d10

make sure images are always loaded - client late join bug closed
author Rob Canning <rob@foo.net>
date Tue, 29 Jul 2014 00:21:50 +0100
parents 0ae87af84e2f
children
line wrap: on
line source
#!/bin/sh
# a simple script to run the server in the background
# nohup means that the server will keep running when you log out
# you will need to use the ps and kill commands to find and kill
# the server if you need to
# a better solution is the OscGroupServerStartStop script
nohup ./bin/OscGroupServer &