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/sh -e | |
###### | |
# Tested with various flavors of Alpine, Ubuntu and Debian. CentOS / RedHat not supported (yet). | |
# Use: | |
# wget -qO- https://gist.githubusercontent.com/david-zw-liu/a473811f974227e1fee94ef6b0f90a85/raw | sh | |
###### | |
export SDK_DIR=/usr/local/lib | |
apk update && apk add wget curl python3 ca-certificates || true |
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
[ | |
{ | |
"districts": [ | |
{ | |
"zip": "100", | |
"name": "中正區" | |
}, | |
{ | |
"zip": "103", | |
"name": "大同區" |