mirror of
https://github.com/citra-emu/discord-bot.git
synced 2025-01-05 14:55:50 +00:00
3 lines
56 B
Bash
3 lines
56 B
Bash
|
#!/bin/bash
|
||
|
NODE_ENV=production forever start server.js
|