Waterfall/scripts/edit.sh
2018-07-21 18:42:34 +01:00

6 lines
91 B
Bash
Executable File

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