#!/bin/sh
BASE_DIR=~/repos/tlexi
TLEXI="python ${BASE_DIR}/tlexi.py"
LEXI=${BASE_DIR}jare.py

case $1 in
-c)
  $TLEXI -r ${BASE_DIR}/jarkup.json -a ${BASE_DIR}/ctable.json $2 $3 ;;
*)
  $TLEXI -r ${BASE_DIR}/jarkup.json $1 $2 ;;
esac

