Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Nov 13, 2024
1 parent 8dde327 commit 8607a3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 1 addition & 5 deletions bin/pm2
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/bin/sh -
':' /*-
bun=$(bun --version 2>&1) && exec bun "$0" "$@"
node=$(node --version 2>&1) && exec node "$0" "$@"
*/
#!/usr/bin/env node

require('../lib/binaries/CLI.js');
14 changes: 14 additions & 0 deletions bin/pm2-lg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,17 @@ then
else
node "$SCRIPT_PATH" "$@"
fi







#!/bin/sh -
':' /*-
bun=$(bun --version 2>&1) && exec bun "$0" "$@"
node=$(node --version 2>&1) && exec node "$0" "$@"
*/

require('../lib/binaries/CLI.js');

0 comments on commit 8607a3d

Please sign in to comment.