diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 15:13:10 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 15:13:10 -0400 |
commit | 7a1eef12299f4b030bfb77d9bbb133d0ba2ee674 (patch) | |
tree | 61d7008b25e37799318db4030b86f85fc0059275 /readme.md | |
parent | fix missing newline on single row output (diff) | |
download | lazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.tar.gz lazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.tar.bz2 lazysphere-7a1eef12299f4b030bfb77d9bbb133d0ba2ee674.zip |
add tail
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ A terrible busybox/gnu coreutils clone. Currently the only supported commands are: -`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail` ## How to |