編譯opencv程序的腳本

#!/bin/sh #compile the project #the project path PD=. #the project name echo "please input the project name:" read PN #PN=facelib x=1 while [ $x -le 5 ]; do echo "$x" >txt.txt x=$(($x+1)) done #PN=`aw
相關文章
相關標籤/搜索