diff options
Diffstat (limited to 'applets_sh/tac')
-rwxr-xr-x | applets_sh/tac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applets_sh/tac b/applets_sh/tac deleted file mode 100755 index c5a8e39..0000000 --- a/applets_sh/tac +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# TODO: use getopt to avoid parsing options as filenames, -# and to support -- and --help -for i in "$@" -do -sed -e '1!G;h;$!d' "$i" -done |