Linux Lite Forums

Full Version: Bash_Functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm experimenting with using functions to call a shell script instead of writing the functions out in .bash_functions file.

  1. Allows me to use VSCode with Synthax highlighting.
  2. Easy updates of the function without the need to source the functions file.
  3. I've created a script to prepopulate the functions file and source on each new addition.