Browse Source

Remove unnecessary file created when ID2T is built.

Carlos Garcia 6 years ago
parent
commit
47ffb616ac
1 changed files with 0 additions and 8 deletions
  1. 0 8
      id2t

+ 0 - 8
id2t

@@ -1,8 +0,0 @@
-#!/bin/sh
-# Find the executable
-ID2T_DIR=$(readlink -f $0)
-SCRIPT_PATH=${ID2T_DIR%/*}
-cd $SCRIPT_PATH
-# Execute ID2T
-exec ./code/CLI.py "$@"
-# python3 -m cProfile ./code/CLI.py "$@"