aoc2024/explore.sh
2024-12-09 09:27:14 +00:00

11 lines
221 B
Bash
Executable file

#!/usr/bin/env sh
DIR="$(readlink -f "$(dirname "$0")")"
cd "$DIR" || exit 1
export AOC_RUN='explore'
export AOC_EXTRA_FILES="$AOC_EXTRA_FILES $DIR/days/interaction.st"
export AOC_WHAT="$1"
shift
exec ./run.sh "$@" --