Skip to content

Instantly share code, notes, and snippets.

View dtgay's full-sized avatar

David Gay dtgay

View GitHub Profile
@dtgay
dtgay / gist:6845532
Last active December 24, 2015 18:49
copy a file cloud to a file butt for @2rs2ts
#!/bin/sh
cp cloud butt
# @2rs2ts

Keybase proof

I hereby claim:

  • I am dtgay on github.
  • I am davidgay (https://keybase.io/davidgay) on keybase.
  • I have a public key ASB5lE0_lMpNYVbloPzLfhfMueav4GqqpZVyQgIrB7GxPwo

To claim this, I am signing this object:

@dtgay
dtgay / gpgwot
Created April 20, 2013 15:28
visualize GPG key web of trust
#!/bin/bash
gpg --list-sigs --keyring ~/.gnupg/pubring.gpg | sig2dot > ~/.gnupg/pubring.dot
neato -Tps ~/.gnupg/pubring.dot > ~/.gnupg/pubring.ps
convert ~/.gnupg/pubring.ps ~/.gnupg/pubring.gif
eog ~/.gnupg/pubring.gif