commit | d4431b2d3a7895232e8e58fab92574068432007f | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 06 09:07:25 2012 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周五 7月 06 09:07:25 2012 +0800 |
tree | 29e4f5cf373d4e591ad5e72b1ba87903e9870b83 | |
parent | 7ea3d858111b10185a6698051cce984890041f40 [diff] [blame] |
增加重定向目录功能脚本
diff --git a/vcprojred.py b/vcprojred.py new file mode 100644 index 0000000..7133d73 --- /dev/null +++ b/vcprojred.py
@@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +from tcutils.vcprojred import vcprojred +import sys + +if __name__ == "__main__": + red = vcprojred() + red.run(sys.argv) \ No newline at end of file