annotate nodescore-autostart.sh @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents d802954248a7
children
rev   line source
rc-web@67 1 #!/bin/bash
rc@101 2 screen -S nodescore-emma -d -m nice -n -20 supervisor -- nodescore.js 8888 www/emma &
rc@101 3 screen -S nodescore-martin -d -m nice -n -20 supervisor -- nodescore.js 8889 www/martin &
rc@101 4 screen -S nodescore-piano -d -m nice -n -20 supervisor -- nodescore.js 8887 www/piano &
rob@100 5 screen -S nodescore-oi -d -m nice -n -20 supervisor -- nodescore.js 8886 www/oi &