getSSHKeys 97 B

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