#!/usr/bin/env sh
# SPDX-License-Identifier: MIT
# ──────────────────────────────────────────────────────────────────────────────
# $source: cappysan-dotfile-scripts$
# ──────────────────────────────────────────────────────────────────────────────
#
# NAME
#      sponge -
#
# SEE ALSO
#      tee(1)
#
version=$(cat "${HOME}"/.local/pipx/venvs/cappysan-dotfile-scripts/pyvenv.cfg | grep version_info | cut -d= -f2 | xargs | cut -d. -f1,2)
exec "${HOME}"/.local/pipx/venvs/cappysan-dotfile-scripts/lib/python${version}/site-packages/dotfiles/bin/sponge.bin "${@}"
