Osselbot/src/bot-start.sh
2020-02-16 17:24:49 -05:00

9 lines
156 B
Bash

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