view nodescore-autostart.sh @ 81:ac6c303fbddc

changes to UI for martin version
author Rob Canning <rob@foo.net>
date Sun, 20 Jul 2014 14:26:06 +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 &