mkdir
This commit is contained in:
parent
733f6512e4
commit
594241d24e
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -24,6 +24,7 @@ hash protoc-gen-go 2>/dev/null || go get -u github.com/golang/protobuf/protoc-ge
|
|||
hash protoc-gen-go 2>/dev/null || { echo >&2 'error: Make sure $GOPATH/bin is in your $PATH'; exit 1; }
|
||||
|
||||
|
||||
mkdir -p $DIR/go $DIR/python $DIR/js $DIR/cpp
|
||||
find $DIR/go $DIR/python $DIR/js $DIR/cpp -type f -delete
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue