diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-13 07:48:48 +0100 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-13 07:48:48 +0100 |
commit | 847ee1ede22cf7a6c5414a24e35cb2c837843976 (patch) | |
tree | 90164d9fedddb8e0413cdc55a39d7647b8f17917 | |
parent | Merge pull request #2864 from LogicParrot/compile (diff) | |
download | cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar.gz cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar.bz2 cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar.lz cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar.xz cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.tar.zst cuberite-847ee1ede22cf7a6c5414a24e35cb2c837843976.zip |
-rwxr-xr-x | compile.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh index 84bdc96e9..0b30c83b4 100755 --- a/compile.sh +++ b/compile.sh @@ -225,6 +225,9 @@ if [ "$BUILDTYPE" = "Debug" ]; then else echo "`pwd`/Cuberite" fi +cd .. +echo +echo "You can always update Cuberite by executing `pwd`/compile.sh" echo echo "Enjoy :)" exit 0 |