]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/headers
Initial commit
[dotfiles.git] / bin / headers
1 #!/bin/sh
2 curl -sv "$@" 2>&1 >/dev/null |
3 grep -v "^\*" |
4 grep -v "^}" |
5 cut -c3-