github.com/turingchain2020/turingchain@v1.1.21/proto (about) 1 #!/bin/sh 2 3 myPath="$1/proto" 4 if [ -d "$myPath" ]; then 5 cd $myPath || exit 6 echo "make $1 ..." 7 make 8 fi