09-14-2020, 08:03 PM
I'm experimenting with using functions to call a shell script instead of writing the functions out in .bash_functions file.
- Allows me to use VSCode with Synthax highlighting.
- Easy updates of the function without the need to source the functions file.
- I've created a script to prepopulate the functions file and source on each new addition.