Bläddra i källkod

Remove unnecessary file created when ID2T is built.

Carlos Garcia 6 år sedan
förälder
incheckning
47ffb616ac
1 ändrade filer med 0 tillägg och 8 borttagningar
  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 "$@"