Osselbot/src/bot-start.sh

9 lines
156 B
Bash
Raw Normal View History

2020-02-16 21:40:54 +00:00
#!/usr/bin/env bash
echo "Updating"
#update everything
2020-02-16 22:20:07 +00:00
cd /home/tech1/Osselbot/
2020-02-16 21:40:54 +00:00
npm install discord.js
2020-02-16 22:24:49 +00:00
git pull --force
2020-02-16 21:40:54 +00:00
echo "STARTING"
node ./src/index.js