Skip to content

Instantly share code, notes, and snippets.

View willfarrell's full-sized avatar

will Farrell willfarrell

View GitHub Profile
@willfarrell
willfarrell / gpg-keygen.sh
Last active February 28, 2018 05:35 — forked from seamustuohy/trampgpg.sh
temporary travel GPG key generation script
#!/bin/bash
#==========================
# For writing to help file.
#==========================
write_help_header()
{
echo "## $1" >> $TMPDIR/README.md
}