command_update_functions.sh 332 B

12345678910111213
  1. #!/bin/bash
  2. # LinuxGSM command_update_functions.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Deletes the functions dir to allow re-downloading of functions from GitHub.
  6. # Legacy Command
  7. command_update_linuxgsm.sh(){
  8. functionfile="${FUNCNAME[0]}"
  9. fn_fetch_function
  10. }
  11. command_update_linuxgsm.sh