minus-squarenomad@infosec.pubtoProgramming@programming.dev•[Linux] Where to download script files to?linkfedilinkarrow-up4arrow-down2·2 days agoSomehow nobody has mentioned that the executable script should reside in a location listed in the users path. Add shebang Download to /usr/local/bin/ or at least symlink there. Maybe package as pip package Read a standard sometime people. https://en.m.wikipedia.org/wiki/Filesystem_Hierarchy_Standard linkfedilink
Somehow nobody has mentioned that the executable script should reside in a location listed in the users path.
Add shebang Download to /usr/local/bin/ or at least symlink there.
Maybe package as pip package
Read a standard sometime people.
https://en.m.wikipedia.org/wiki/Filesystem_Hierarchy_Standard