view nodescore-autostart.sh @ 76:0ae87af84e2f

added oscgroups
author Rob Canning <rob@foo.net>
date Sun, 13 Jul 2014 10:07:41 +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 &