summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 13:49:47 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 13:49:47 -0400
commitb8a74cc0ace163e6ec8f97c4dbd25698d7d98b78 (patch)
treedcccc85fecaf121832659a62473fc243e8455f6b
parent41fc435dcb400092104a201799573f8ca32c4e9e (diff)
note to self
-rwxr-xr-xtac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tac b/tac
index d4261a7..d0f1504 100755
--- a/tac
+++ b/tac
@@ -1,4 +1,4 @@
-cat "$@" | awk "$(tail -n +3 $0)"
+cat "$@" | awk "$(tail -n +3 $0)" # TODO: reverse order of arguments
exit $?
{