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