Mercurial > hg > nodescore
view nodescore-autostart.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 | b7f9ade92165 |
children | fa4fac18c429 |
line wrap: on
line source
#!/bin/bash screen -S nodescore-emma -d -m nice -n -20 supervisor -- nodescore.js 8888 www/emma & screen -S nodescore-martin -d -m nice -n -20 supervisor -- nodescore.js 8889 www/martin &