PandaCord/scripts/edit.sh
2021-08-13 20:23:24 +02:00

6 lines
91 B
Bash
Executable File

#!/usr/bin/env bash
pushd PandaCord-Proxy
git rebase --interactive upstream/upstream
popd