#!/usr/bin/env bash

if [ -d $HOME/open-source/k2 ]; then
  export K2_DIR=$HOME/open-source/k2
fi

./update_readme.py
./update-k2-doc-cpu-linux.py
./update-k2-doc-cpu-macos.py
./update-k2-doc-cpu-windows.py
./update-k2-doc-cuda-linux.py