mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 03:29:44 +01:00
12 lines
206 B
Bash
12 lines
206 B
Bash
#!/bin/bash
|
|
|
|
# Project is under GNU GENERAL PUBLIC LICENSE 3.0
|
|
#
|
|
# 2022, created by Specoolazius
|
|
|
|
# Updates bot from https://github.com/Specoolazius/mcserver-discordbot
|
|
|
|
git stash
|
|
git pull --rebase origin
|
|
|