]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/headers
pathogen.vim: Update c9fb89d..1b46b4f (https://github.com/tpope/vim-pathogen)
[dotfiles.git] / bin / headers
1 #!/bin/sh
2 curl -sv "$@" 2>&1 >/dev/null |
3 grep -v "^\*" |
4 grep -v "^}" |
5 cut -c3-