摘要: #!/bin/bash if [ $# -ne 2 ]; then echo "Usage: $0 <file_url> <destination_path>" exit 1 fi file_url=$1 destination_path=$2 confirmation_page=$(curl -s 阅读全文
posted @ 2024-12-11 00:38 Texley 阅读(29) 评论(0) 推荐(0)