aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist4
1 files changed, 2 insertions, 2 deletions
diff --git a/gist b/gist
index 646586a..685a127 100755
--- a/gist
+++ b/gist
@@ -93,9 +93,9 @@ tmp_file() {
93} 93}
94tac() { 94tac() {
95 if [[ $(uname) == Darwin ]]; then 95 if [[ $(uname) == Darwin ]]; then
96 tail -r 96 tail -r $1
97 else 97 else
98 $(which tac) 98 $(which tac) $1
99 fi 99 fi
100} 100}
101mtime() { 101mtime() {