URI: 
       tgopherholes - scripts - random scripts
  HTML git clone https://git.parazyd.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       tgopherholes (131B)
       ---
            1 #!/bin/sh
            2 hole="$(cat ~/gopherholes | dmenu -l 20 | awk '{print $1}')"
            3 [ -n "$hole" ] || exit 1
            4 printf "gopher://%s" "${hole}" | p