dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

gpgimport (80B)


      1 #!/bin/sh
      2 # import from the 'net
      3 
      4 st -e sh -c "curl \"$@\" | gpg --import; cat"