#!/usr/bin/env bash

ROOT_DIR="$(cd "$(dirname "$0")" && pwd)/.."
cd "$ROOT_DIR" && source env/bin/activate
bin/download_s3.py s3://osrshiscores/player-stats.pkl "$PLAYER_STATS_FILE"
bin/download_s3.py s3://osrshiscores/player-clusterids.pkl "$CLUSTER_IDS_FILE"
bin/download_s3.py s3://osrshiscores/cluster-centroids.pkl "$CLUSTER_CENTROIDS_FILE"
