#!/bin/bash KEY_NAME="${1:?need a SSHKey name from /me}" ./ovh-bash get "me/sshKey/${KEY_NAME}" exit $?