mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 02:55:47 +01:00
Run paper upstream from anywhere
woops
This commit is contained in:
parent
9963d9d4ae
commit
53bb048935
3
paper
3
paper
@ -75,7 +75,10 @@ case "$1" in
|
|||||||
cd "${PAPER_TEST_DIR:-$basedir/work/test-server}"
|
cd "${PAPER_TEST_DIR:-$basedir/work/test-server}"
|
||||||
;;
|
;;
|
||||||
"u" | "up" | "upstream")
|
"u" | "up" | "upstream")
|
||||||
|
(
|
||||||
|
cd "$basedir"
|
||||||
scripts/upstreamMerge.sh "$basedir" "$2"
|
scripts/upstreamMerge.sh "$basedir" "$2"
|
||||||
|
)
|
||||||
;;
|
;;
|
||||||
"r" | "root")
|
"r" | "root")
|
||||||
cd "$basedir"
|
cd "$basedir"
|
||||||
|
Loading…
Reference in New Issue
Block a user