No description
Find a file
2023-04-30 02:12:02 -04:00
src fix ls and add start of ed 2023-04-30 02:12:02 -04:00
.gitignore initial 2023-04-27 14:38:16 -04:00
LICENSE initial 2023-04-27 14:38:16 -04:00
Makefile fix ls and add start of ed 2023-04-30 02:12:02 -04:00
readme.md added tail and head 2023-04-28 20:32:18 -04:00

lazysphere

A terrible busybox/gnu coreutils clone.

Currently the only supported commands are: dd, cat, yes, echo, printf, id, groups, ls, tail, head

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

ritfetch only runs on systems with curl installed

Make sure to have gcc and make 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