#!/bin/bash SRV="${1:?Need a fqdn}" ./ovhcli get "vps/${SRV}/images/current" | jq -r '.' exit $?