소스 검색

delete unnecessary file

aidmar.wainakh 6 년 전
부모
커밋
a3c1bba70d
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      id2t

+ 0 - 7
id2t

@@ -1,7 +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 "$@"