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

5 lines
165 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" stations-refresh "$@"