build.sh 81 B

123456
  1. list=`ls`
  2. if echo "$list" | grep -q "configure"; then
  3. chmod +x configure
  4. fi
  5. make