Files
anubis-mirror/test/default-config-macro/test.sh
T
2026-05-16 02:33:22 -04:00

13 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
python3 -m venv .env
source .env/bin/activate
pip install pyyaml
python3 -c 'import yaml'
python3 ./compare_bots.py