view nodescore-autostart.sh @ 80:df5128a86598

css and inverted preview colors
author Rob Canning <rob@foo.net>
date Sat, 19 Jul 2014 10:23:50 +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 &