You can use Python to parse the JSON and run wget : #! /usr/bin/python3 import json, sys, subprocess for k in json.load(sys.stdin): cmd ...
確定! 回上一頁