feat(tools): Add auto-dispatch for Advent of Code solutions
This commit is contained in:
parent
9fb24840ab
commit
ded10fbd83
3 changed files with 5 additions and 1 deletions
|
|
@ -25,6 +25,9 @@ case "${TARGET_TOOL}" in
|
|||
pass)
|
||||
attr="tools.kms_pass"
|
||||
;;
|
||||
aoc2019)
|
||||
attr="tools.aoc2019.${1}"
|
||||
;;
|
||||
*)
|
||||
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue