Osselbot/src/bot-start.sh
2020-02-16 16:40:54 -05:00

9 lines
154 B
Bash

#!/usr/bin/env bash
echo "Updating"
#update everything
/home/tech1/Osselbot/
npm install discord.js
git pull Osselbot
echo "STARTING"
node ./src/index.js