PandaCord/scripts/edit.sh
2021-08-12 18:27:57 +02:00

6 lines
92 B
Bash

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