diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 00:31:13 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-01 00:31:13 -0400 |
commit | 317f7bf35716f7059511f42f1f4aba7d47fcfd01 (patch) | |
tree | 2ea2c6ec05eff6bd8a3d139b04834dfb624754b8 /readme.md | |
parent | update ed help message to make s commands make more sense (diff) | |
download | lazysphere-317f7bf35716f7059511f42f1f4aba7d47fcfd01.tar.gz lazysphere-317f7bf35716f7059511f42f1f4aba7d47fcfd01.tar.bz2 lazysphere-317f7bf35716f7059511f42f1f4aba7d47fcfd01.zip |
tee, whoami, wc
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`, `tail`, `head`, `ed` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail`, `head`, `ed`, `tee`, `true`, `false`, `tee`, `whoami`, `wc` ## How to |