瀏覽代碼

Remove unnecessary file created when ID2T is built.

Carlos Garcia 7 年之前
父節點
當前提交
47ffb616ac
共有 1 個文件被更改,包括 0 次插入8 次删除
  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 "$@"