diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 00:36:15 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 00:36:15 -0400 |
commit | c5c15dae981547308da6c4bb53f42310b429270e (patch) | |
tree | c3dd3e750b52bff50a71f1c012c62553ded14a57 /readme.md | |
parent | add groups and id commands (diff) | |
download | lazysphere-c5c15dae981547308da6c4bb53f42310b429270e.tar.gz lazysphere-c5c15dae981547308da6c4bb53f42310b429270e.tar.bz2 lazysphere-c5c15dae981547308da6c4bb53f42310b429270e.zip |
added ls
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` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls` ## How to |