Skip to content
Snippets Groups Projects
Commit 4deefe3e authored by wu.chunyang's avatar wu.chunyang
Browse files

remove unused library

trivial modify

Change-Id: I27d5b85d2c745fee5ff0643e7771b46faebd23a6
parent 9c73d4d8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Move to top level directory # Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')") REAL_PATH=$(python -c "import os;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.." cd "$(dirname "$REAL_PATH")/.."
function process_cmd { function process_cmd {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment