# -s
curl -s http://XXX.com/xx/xx.sh | bash -s arg1 arg2
# 或者 bash <
bash <(curl -s http://XXX.com/xx/xx.sh) arg1 arg2
...大约 1 分钟
# -s
curl -s http://XXX.com/xx/xx.sh | bash -s arg1 arg2
# 或者 bash <
bash <(curl -s http://XXX.com/xx/xx.sh) arg1 arg2