diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-30 14:50:00 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-30 14:50:00 -0400 |
commit | 91e701881e693d6f5c36cb7e4cb0351309db4cec (patch) | |
tree | 229eb1384109f0a0b0bab60c6f698d6cf5084e2c /readme.md | |
parent | fix disable color on single column output (diff) | |
download | lazysphere-91e701881e693d6f5c36cb7e4cb0351309db4cec.tar.gz lazysphere-91e701881e693d6f5c36cb7e4cb0351309db4cec.tar.bz2 lazysphere-91e701881e693d6f5c36cb7e4cb0351309db4cec.zip |
finish ed
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` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail`, `head`, `ed` ## How to |