Flamecord-master/scripts/edit.sh

6 lines
91 B
Bash
Raw Normal View History

2024-09-10 23:40:42 +02:00
#!/usr/bin/env bash
pushd FlameCord-Proxy
git rebase --interactive upstream/upstream
popd