Explorar el Código

Remove unnecessary file created when ID2T is built.

Carlos Garcia hace 7 años
padre
commit
47ffb616ac
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  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 "$@"