restart.sh 71 B

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