|
|
|
|
|
by _jplc
479 days ago
|
|
I prefer to have a “scripts” directory with each script being a separate executable, maybe a comment on top of each script. Discoverability is just looking at the file system with any tool you’re used to. Both Bash and Python are a given anywhere. I use Bash for simple stuff and Python for the complex stuff. Thanks to each script being a separate file, I can mix Bash and Python, but using only Python is very valid. |
|