mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
8 lines
161 B
Plaintext
Executable File
8 lines
161 B
Plaintext
Executable File
#!/bin/sh -
|
|
':' /*-
|
|
bun=$(bun --version 2>&1) && exec bun "$0" "$@"
|
|
node=$(node --version 2>&1) && exec node "$0" "$@"
|
|
*/
|
|
|
|
require('../lib/binaries/DevCLI.js');
|