From 007e8e7f4b46d9c7331eb54a123a4c16bfe8b514 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 11 Dec 2016 00:00:29 +1300 Subject: Replace misplaced shebang line with comment --- bin/ddup.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ddup.awk b/bin/ddup.awk index 28b4d135..2dec1d00 100644 --- a/bin/ddup.awk +++ b/bin/ddup.awk @@ -1,2 +1,2 @@ -#!/usr/bin/awk -f +# Skip duplicate lines (without requiring sorted input) !seen[$0]++ -- cgit v1.2.3