mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-04-12 06:46:07 +02:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pushd Waterfall-Proxy
|
|
git rebase --interactive upstream/upstream
|
|
popd
|