dotfiles

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

encsign (100B)


      1 #!/bin/sh
      2 
      3 [ -z $1 ] && echo '$1=recipient $2=file' && exit 1
      4 gpg --encrypt --sign --armor -r $1 $2