#!/usr/bin/env bash # # Thin wrapper — delegates to x-path append. # Can be sourced (PATH changes propagate) or executed. # # Usage: x-path-append [ ...] # # Author: Ismo Vuorinen 2024 # License: MIT VERBOSE="${VERBOSE:-0}" # shellcheck source=./x-path . "$(dirname "${BASH_SOURCE[0]:-$0}")/x-path" normalize_path_var do_append "$@"