From c8ab406749124d2e762ad5cf53963070113afd0f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Apr 2017 20:06:39 +1200 Subject: Apply runtime shebanging to POSIX shell --- bin/hurl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 bin/hurl (limited to 'bin/hurl') diff --git a/bin/hurl b/bin/hurl deleted file mode 100755 index 16ea48f8..00000000 --- a/bin/hurl +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Extract URLs from an HTML document or documents - -# Input is either stdin or the given arguments concatenated -cat -- "${@:--}" | - -# Pipe through pup to get all the href links -pup -p 'a attr{href}' | - -# Sort them uniquely -sort | uniq -- cgit v1.2.3