redox/unfetch.sh
2025-10-25 17:53:13 +07:00

14 lines
148 B
Bash
Executable File

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