命令行

作者: 邵志远 | 来源:发表于2017-07-03 10:58 被阅读0次

    npm install ascii-art
    cd ~/Desktop
    curl https://github.com/jquery/jquery/archive/3.2.1.zip > jquery.zip
    mkdir jquery
    mv jquery.zip jquery
    cd jquery
    unzip jquery.zip
    pc curl -L https://github.com/jquery/jquery/archive/3.2.1.zip > jquery2.zip
    unzip jquery2.zip
    ls
    open -a 'QQ'
    npm install -g asciify
    clear
    asciify "Boom" -f larry3d
    asciify "Jirengu" -f larry3d
    asciify "FrankFang" -f larry3d
    asciify "HIRE" -f larry3d
    npm install cli-weather -g
    weather
    which go
    go get -u github.com/schachmat/wego
    pc go get -u github.com/schachmat/wego
    curl wttr.in
    cd ..
    curl https://raw.githubusercontent.com/felixonmars/ydcv/master/ydcv.py > yd.py
    vi yd.py
    python yd.py vertical
    chmod + x ./yd.py
    chmod +x ./yd.py
    ./yd.py 你好
    ./yd.py hello
    alias yd="~/Desktop/yd.py"
    yd hi
    unalias yd
    curl -L http://baidu.com
    curl -L https://www.baidu.com
    curl -L https://www.baidu.com > baidu.html
    open baidu.html
    mkdir baidu-copy
    cd baidu-copy
    copysite https://www.baidu.com
    open .
    type copysite
    echo 'loglevel=http' >> ~/.npmrc
    vi ~/.npmrc
    git -v

    相关文章

      网友评论

          本文标题:命令行

          本文链接:https://www.haomeiwen.com/subject/ybqqcxtx.html