You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/usr/bin/env bash
-
- # Create symbol link for proto files
- CUR_DIR=$(cd `dirname $0`; pwd)
- PROTO_LINK_PATH=$CUR_DIR/proto
- NS_MAP_PROTO_DIR=`dirname $CUR_DIR`/map-proto
- ln -s $NS_MAP_PROTO_DIR/proto $PROTO_LINK_PATH
|