#/bin/bash


ps -ef | grep -i alertair-server | awk '{print "kill -9 "$2}'  | bash
nohup node alertair-server.js & > /dev/null

