#!/usr/bin/env bash # Imports public gpg keys for z@xmyth.me type gpg > /dev/null 2>&1 && { curl -s https://zaxmyth.id | gpg --import } || { printf "\ngpg does not appear to be installed: http://gpg.zaxmyth.id\n\n" }