From c09d91fe95fca4367f47c06fc808cd02a1a8e6a5 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 14:40:54 -0400 Subject: add bins --- templates/.bin/headers | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 templates/.bin/headers (limited to 'templates/.bin/headers') diff --git a/templates/.bin/headers b/templates/.bin/headers new file mode 100755 index 0000000..9dd1f72 --- /dev/null +++ b/templates/.bin/headers @@ -0,0 +1,8 @@ +#!/bin/sh +# +# https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/headers + +curl -sv "$@" 2>&1 >/dev/null | + grep -v "^\*" | + grep -v "^}" | + cut -c3- \ No newline at end of file -- cgit v1.2.3