summaryrefslogtreecommitdiffstats
path: root/.local/bin/dedup
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dedup')
-rwxr-xr-x.local/bin/dedup3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/dedup b/.local/bin/dedup
new file mode 100755
index 0000000..912cb95
--- /dev/null
+++ b/.local/bin/dedup
@@ -0,0 +1,3 @@
+#!/usr/bin/awk -f
+
+!a[$0]++