hunting/tools/README.md
2024-06-15 08:39:16 +08:00

24 lines
415 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. 工具
## 1.1. 概述
  该目录存放使用到的工具。
## 1.2. delete_test_code.sh
  删除测试工具代码。
使用方法:
```
$ cd //tools/shell
$ ./delete_test_code.sh ../../test/
```
## 1.3. delete_sdk_code.sh
  根据需要删除SDK当中若干模块的src代码。
使用方法:
```
$ cd //tools/shell
$ ./delete_sdk_code.sh
```