I2C toy code
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

16 lignes
253 B

  1. #!/bin/bash
  2. # output version
  3. bash printinfo.sh
  4. make clean > /dev/null
  5. echo "checking..."
  6. ./helper.pl --check-source --check-makefiles --check-defines|| exit 1
  7. exit 0
  8. # ref: $Format:%D$
  9. # git commit: $Format:%H$
  10. # commit time: $Format:%ai$