|
|
|
|
|
by techdragon
3678 days ago
|
|
I like to modularise my shell scripts for maintainability reasons. It would be nice to be able to just "pull in the pieces" as needed from my collection of components instead of, as I currently tend to do, re-including them wherever I'm using them. |
|
What types of functions do you write in shell that you need to re-import?