sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

201512-fork.sh (159B)


      1 #!/usr/bin/env bash
      2 
      3 if [[ ! ${BLE_VERSION-} ]]; then
      4   source ../../src/benchmark.sh
      5 fi
      6 
      7 i=1
      8 #((I+1))
      9 ble-measure 'i=$(expr "$1" + 1)'
     10 ble-measure '((i++))'
     11