id2t 141 B

1234567
  1. #!/bin/sh
  2. # Find the executable
  3. ID2T_DIR=$(readlink -f $0)
  4. SCRIPT_PATH=${ID2T_DIR%/*}
  5. cd $SCRIPT_PATH
  6. # Execute ID2T
  7. exec ./code/CLI.py "$@"