curl方式执行shell脚本时如何传参
有时候shell脚本可以放在http页面上,不用download,可以直接执行。
通常我们可以用curl的方式执行http页面上的shell脚本。 一般方式是:
curl ftp://192.168.166.21:/system_optimize.sh | bash
大约 3 分钟
有时候shell脚本可以放在http页面上,不用download,可以直接执行。
通常我们可以用curl的方式执行http页面上的shell脚本。 一般方式是:
curl ftp://192.168.166.21:/system_optimize.sh | bash