curl 执行远端代码 | Execute bash script from URL 作者: 亢奋猫 时间: 2018-11-07 分类: 编程 评论 curl -s http://server/path/script.sh | bash -s arg1 arg2查看原文