Bash:
#Setting section
SERVER=192.168.88.220
API="summaryRaw"
#end of settings section
#check for required software
command -v curl >/dev/null 2>&1 || { echo "I require curl but it's not installed. Aborting." >&2; exit 1; }
command -v jq...
You do not have permission to view the full content of this resource.
Log in or register now.