No description
command | ||
lib | ||
src | ||
.gitignore | ||
compile_flags.txt | ||
LICENSE | ||
Makefile | ||
readme.md |
lazysphere
A terrible busybox/gnu coreutils clone.
Currently the only supported commands are:
dd
, cat
, yes
, echo
, printf
, id
, groups
, ls
, tail
, head
, ed
, tee
, true
, false
, tee
, whoami
,
wc
, xargs
, tac
, rm
, cp
, mkdir
, mv
, grep
, chown
, chmod
, sync
, su
How to
usage: lazysphere [function [arguments]...]
Or you can also link lazysphere to a file of a command name, and that new file will act like a binary of that command!
License
This project is Licensed under the GPLv3
Compilation
lazysphere works on any posix system supporting libcrypt
Make sure to have gcc
and make
(gmake
for bsd) installed, and then run
$ make # compiles the program
$ sudo make install # installs the binary
If you wish to remove the program, you can run
$ sudo make uninstall # removes the binary