I’m crossposting this here

A) So I can see if I know how to cross post lol

B) To bring attention to the [email protected] community here, as it it woefully small and could use some publicity, especially to those who can help more than the noobs seeking it out

C) Hopefully get the answer I seek.

…did the crosspost work? (Ayy alright!)

  • lvl@kbin.social
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    If you use them for your use only, or want them “cleanly” organized, consider prefixing it with something personal to you (or a generic one such as my_). For example, I’d prefix them with l_: my_rename_photos.sh, my_lightson.sh, etc.

    If there’s a lot of them, write a wrapper script which would call the individual scripts from a common location (/usr/share/my-scripts/). Then, you can only make sure your wrapper script is aliased/moved in the PATH. Example: my rename, my lightson, etc.