#!/bin/bash ps waux | grep node | grep -v grep echo "stopping ..." sudo forever stopall forever stopall sleep 3 ps waux | grep node | grep -v grep