Backup callable from anywhere

master
Kynsight 2 weeks ago
parent d93858c12d
commit 7599e37be8

@ -9,7 +9,9 @@
# =============================================================================
# Load CLI parser (must be in same or relative path)
source ./lib/cli/arg_parser.sh
# # Resolve the directory of the current script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/lib/cli/arg_parser.sh"
# Flag check utility
get_flag() {

Loading…
Cancel
Save