W5AC-TAMU / w5ac-bot

GNU General Public License v3.0
0 stars 2 forks source link

Add startup script that handles disowning process and restarting. #33

Closed IanDuncanT closed 1 year ago

IanDuncanT commented 1 year ago

Need an easy way to deal with updates instead of the following after pulling source. It would be nice to have a cli interface

cd w5ac-bot
ps aux | grep "node ."
kill {pid}
node . >> bot.log &!