stop.sh 58 B

12345
  1. #!/bin/bash
  2. cd $(dirname $0)/../
  3. forever stop start.js;