Skip to content

Commit

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

require('../lib/binaries/CLI.js');
3 changes: 3 additions & 0 deletions bin/pm2.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

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

0 comments on commit 9c49e17

Please sign in to comment.