#!/usr/bin/env bash nohup node webserver.js >out.log 2>&1 & echo $! >pid.txt disown