curln.fish 88 B

123
  1. function curln
  2. gpg --batch -q -d ~/.netrc.gpg | curl --netrc-file /dev/stdin $argv
  3. end