Skip to content

Instantly share code, notes, and snippets.

@mbmaciel
Created April 17, 2025 17:07
Show Gist options
  • Save mbmaciel/9250de27a6f77ed0a7c8226595115c7d to your computer and use it in GitHub Desktop.
Save mbmaciel/9250de27a6f77ed0a7c8226595115c7d to your computer and use it in GitHub Desktop.
Script para executar plataforma deriv
#!/bin/bash
cd /home/americanbot/americanpro
/home/americanbot/.nvm/versions/node/v10.19.0/bin/node node_modules/gulp/bin/gulp.js watch
@mbmaciel
Copy link
Author

mbmaciel commented Apr 17, 2025

script para rodar a plataforma no serviço pm2

$ pm2 start start.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment