aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-20 13:51:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-20 13:51:18 +1300
commit66b2b2612732e6782f5ed598361e0cc7ee061e7e (patch)
tree67d0a80797fb8bd1054d540d84a6dfba0d331b8b /bin
parentResolve a shellcheck issue (diff)
downloaddotfiles-66b2b2612732e6782f5ed598361e0cc7ee061e7e.tar.gz
dotfiles-66b2b2612732e6782f5ed598361e0cc7ee061e7e.zip
Add ddup(1df)
Diffstat (limited to 'bin')
-rw-r--r--bin/ddup.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ddup.awk b/bin/ddup.awk
new file mode 100644
index 00000000..28b4d135
--- /dev/null
+++ b/bin/ddup.awk
@@ -0,0 +1,2 @@
+#!/usr/bin/awk -f
+!seen[$0]++