#!/usr/bin/env bash

f="$1"; shift
[ -f "$f" ] && source "$f" "$@"
true