Closed loannaflip closed 4 years ago
no
repeating stuff I said on discord for anyone else who stumbles across this:
It's a Makefile for a program that aims to use only POSIX shell that uses make, grep, sed, chmod, cp, and rm. Yes, they are standard tools, but they're not builtins, which is the goal of this.
sed is also piped into another sed, which is bad practice since -e
exists.
It uses /usr/bin for binaries not managed by the system package manager, which /usr/local/bin is for.
If a user wants to use a script like that they most likely know where to copy it, and most likely have a dir in their home for it
it's not meant to be something like neofetch that everybody can use
For installing and uninstalling the program.