#!/usr/bin/env sh set -e # rTorrent curl --fail -H "Content-Type: text/xml" -d "system.api_version" http://127.0.0.1:8001 # ruTorrent / PHP curl --fail http://127.0.0.1:8081/ping # WebDAV curl --fail http://127.0.0.1:9001