diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-27 19:41:32 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-27 19:41:32 -0400 |
commit | c531ad32bf5670bc3f66f1d3c36b4e93a2b380c9 (patch) | |
tree | dff3054500b2e932dbe5550828a387c0f2047671 /readme.md | |
parent | remove tabs (diff) | |
download | lazysphere-c531ad32bf5670bc3f66f1d3c36b4e93a2b380c9.tar.gz lazysphere-c531ad32bf5670bc3f66f1d3c36b4e93a2b380c9.tar.bz2 lazysphere-c531ad32bf5670bc3f66f1d3c36b4e93a2b380c9.zip |
add groups and id commands
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` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups` ## How to |