mcserver-discordbot/bot/scripts/update.sh

12 lines
206 B
Bash
Raw Permalink Normal View History

2022-03-31 15:26:20 +02:00
#!/bin/bash
2022-04-02 21:07:11 +02:00
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
#
# 2022, created by Specoolazius
2022-04-02 21:04:40 +02:00
# Updates bot from https://github.com/Specoolazius/mcserver-discordbot
git stash
git pull --rebase origin
2022-04-03 08:16:57 +02:00