aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-12 12:31:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-12 12:31:19 +1200
commit6d3f615be93e68e892f5c3a1576d8a6d191ba6ee (patch)
tree4f1c92fa675d12addfd593c5615b37cdfcf03172
parentAdd fnp(1df) (diff)
downloaddotfiles-6d3f615be93e68e892f5c3a1576d8a6d191ba6ee.tar.gz
dotfiles-6d3f615be93e68e892f5c3a1576d8a6d191ba6ee.zip
Add comment to p(1df)
-rw-r--r--bin/p.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/p.sh b/bin/p.sh
index 5b59986e..fec69e95 100644
--- a/bin/p.sh
+++ b/bin/p.sh
@@ -1 +1,2 @@
-exec cat -- "${@:--}"
+# cat(1) as it always should have been
+cat -- "${@:--}"