Created
August 6, 2017 05:20
-
-
Save halkeye/306c77afb17a175579fbc9776c7fcc28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
cd /storage/games/minecraft | |
./bin/mcmap -from -50 -50 -to 50 50 -info servers/new_craft/map_info.json -file servers/new_craft/map.png servers/new_craft/world >/dev/null | |
rm servers/new_craft/map.zip | |
zip --quiet -9 -r servers/new_craft/map.zip servers/new_craft/world | |
s3cmd --acl-public -c .s3cfg put servers/new_craft/map.png s3://minecraft-gavinmogan/ | |
s3cmd --acl-public -c .s3cfg put servers/new_craft/map.zip s3://minecraft-gavinmogan/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment