Mercurial > hg > nodescore
view nodescore-autostart.sh @ 90:f214909fb108
load seqence fixes
author | Rob Canning <rob@foo.net> |
---|---|
date | Wed, 30 Jul 2014 10:44:14 +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 &