#!/bin/sh function run(){ nohup yarn start & savePid $PORT } killNode run