pack.sh 209 B

1234567891011
  1. #!/bin/bash
  2. local_pwd=$(pwd)
  3. echo "local path is $local_pwd"
  4. cd $local_pwd
  5. rm app_softdevice.hex
  6. mergehex.exe --merge s130_nrf51_2.0.0_softdevice.hex nrf51422_xxac_s130.hex --output app_softdevice.hex