gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
#!/bin/bash
|
|
# LinuxGSM command_update_functions.sh function
|
|
# Author: Daniel Gibbs
|
|
# Website: https://linuxgsm.com
|
|
# Description: Deletes the functions dir to allow re-downloading of functions from GitHub.
|
|
# Legacy Command
|
|
|
|
command_update_linuxgsm.sh(){
|
|
functionfile="${FUNCNAME}"
|
|
fn_fetch_function
|
|
}
|
|
|
|
command_update_linuxgsm.sh
|