sh 在浏览器中打开终端的要点

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在浏览器中打开终端的要点相关的知识,希望对你有一定的参考价值。

brwsgist()(
    id=$(cat .git/config |  grep -o ':[[:alnum:]]*\.' | cut -c 2- | rev | cut -c 2- | rev)
    url=https://gist.github.com/fabiantheblind/${id}
    echo $url
    open $url
    )

以上是关于sh 在浏览器中打开终端的要点的主要内容,如果未能解决你的问题,请参考以下文章

在Ubuntu13.04中如何默认设定以终端的方式打开sh文件?

sh 打开R终端

sh 从终端打开文件

sh 从终端打开文件

sh 使用sublime从终端打开文件

从 JavaScript 打开终端并运行 bash 命令 Linux