#!/bin/bash nohup node-red -u /home/pi/NR1871 -p 1871 > /dev/null 2>&1 & nohup node-red -u /home/pi/NR1872 -p 1872 > /dev/null 2>&1 &