BetterDiscordApp-v1/sync.sh

7 lines
87 B
Bash

#!/bin/bash
git fetch upstream
git checkout master
git merge upstream/master
git push