Mercurial > hg > nodescore
view nodescore-autostart.sh @ 91:1a706a2880ee
reset bug fixed but still todo unit transect to 0 reset
author | Rob Canning <rob@foo.net> |
---|---|
date | Thu, 31 Jul 2014 00:16:27 +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 &