mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
Run paper upstream from anywhere
woops
This commit is contained in:
parent
9963d9d4ae
commit
53bb048935
1 changed files with 3 additions and 0 deletions
3
paper
3
paper
|
@ -75,7 +75,10 @@ case "$1" in
|
|||
cd "${PAPER_TEST_DIR:-$basedir/work/test-server}"
|
||||
;;
|
||||
"u" | "up" | "upstream")
|
||||
(
|
||||
cd "$basedir"
|
||||
scripts/upstreamMerge.sh "$basedir" "$2"
|
||||
)
|
||||
;;
|
||||
"r" | "root")
|
||||
cd "$basedir"
|
||||
|
|
Loading…
Reference in a new issue