Files
local_yandex_station/cmd_3_get_wb_rules_templates.sh
2026-03-07 22:56:00 +03:00

5 lines
167 B
Bash

#!/usr/bin/env bash
set -euo pipefail
BASE_DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$BASE_DIR/.venv/bin/python3" "$BASE_DIR/alice_plugin.py" templates-wb-rules "$@"