Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created August 11, 2022 19:06
Show Gist options
  • Save jnbdz/055420165c07db8eeedc8f67e454d9ea to your computer and use it in GitHub Desktop.
Save jnbdz/055420165c07db8eeedc8f67e454d9ea to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl -s https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints | grep -i li | grep -i \<code | awk -F '<' '{ print $3 }' | awk -F '>' '{ print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment