redox/unfetch.sh
2025-10-25 05:38:54 +07:00

14 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source config.sh
if [ $# = 0 ]
then
recipes="--all"
else
recipes="$@"
fi
repo unfetch $recipes