I have almost 7 custom Linux/UNIX commands written in SH script (have them on github named "utils"). I have them locally installed on my Linux PC and they work fine. I was wondering how to add them to FreeBSD source, that if anyone installs FreeBSD after adding, they will be able to access the commands as if they were preinstalled. Meaning, the user wouldn't have to download it from the Ports and localize manually.
If you don't understand, I want the commands to be preinstalled in the OS so that it will (and can be) executed after installing right away. Like sudo, csh etc. I would also like them in the Ports so it can be installed if i add more in the future. Please help. Thanks
If you don't understand, I want the commands to be preinstalled in the OS so that it will (and can be) executed after installing right away. Like sudo, csh etc. I would also like them in the Ports so it can be installed if i add more in the future. Please help. Thanks