4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
f="$1"; shift; . source_if_exists "$ENV_PATH/$f" "$@"
|