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