mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 07:29:47 +01:00
6 lines
119 B
Bash
6 lines
119 B
Bash
#!/bin/bash
|
|
# Updates bot from https://github.com/Specoolazius/mcserver-discordbot
|
|
|
|
git stash
|
|
git pull --rebase origin
|