本文共 129 字,大约阅读时间需要 1 分钟。
Shell下使用curl | sh带参数:
curl -s http://server/path/script.sh | bash /dev/stdin arg1 arg2
转载于:https://blog.51cto.com/nbaiwan/1712749