mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$(dirname "$(readlink -f "$0")")"
|
|
$DIR/node/bin/node $DIR/bin/pm2 $@
|