scripts

random scripts
git clone https://git.parazyd.org/scripts
Log | Files | Refs

gopherholes (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