跳至主要内容

curl: get counret full name by code

curl http://api.worldbank.org/v2/country/$country?format=json | grep -o '\"name\":\"[a-zA-Z, .]*\"' | awk -F: '{print $2}'|sed 's/\"/ /g'

评论

此博客中的热门博文

shadowsocks android编译

git clone https://github.com/shadowsocks/shadowsocks-android.git cd shadowsocks-android git submodule update --init --recursive chmod a+rwx ./ -R docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug