sh Bash函数在stdin上使用goo.gl URL缩短器。参见<https://developers.google.com/url-shortener/v1/getting_started

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Bash函数在stdin上使用goo.gl URL缩短器。参见<https://developers.google.com/url-shortener/v1/getting_started相关的知识,希望对你有一定的参考价值。

# echo URL | googl
function googl {
    local url=$(cat <&0)
    (
        set -e pipefail;
        echo "{}" \
            | json -e "this.longUrl='$url'" \
            | curl -sf https://www.googleapis.com/urlshortener/v1/url \
                -H 'Content-Type: application/json' -d@- \
            | json id
    )
}

以上是关于sh Bash函数在stdin上使用goo.gl URL缩短器。参见<https://developers.google.com/url-shortener/v1/getting_started的主要内容,如果未能解决你的问题,请参考以下文章

sh 部署要求 - 适用:wget -O - https://goo.gl/Czw2tE | sudo bash

sh 在linux-amd64- wget -O上安装Helm - https://goo.gl/Y7GRN4 |庆典

sh SSH - 将公钥从本地复制到服务器 - https://goo.gl/Ccaafo

Facebook 分享者拒绝 goo.gl 链接

缩短goo.gl公司

goo.gl公司使用非传统API缩短URL-v1