#!/usr/bin/env sh

base_path="$HOME/.cache/remote-sources"
file_path="$base_path/$2"

autoinstall file "$1" "$file_path"

# shellcheck disable=SC1090
. "$file_path"