Skip to content

Instantly share code, notes, and snippets.

@mkakh
Last active December 20, 2019 12:55
Show Gist options
  • Save mkakh/43e0cdb8e4cbd582121fdf3042ea38aa to your computer and use it in GitHub Desktop.
Save mkakh/43e0cdb8e4cbd582121fdf3042ea38aa to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in .ssh/*; do
echo "=== $i ==="
cat $i
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment