]> mj.ucw.cz Git - home-hw.git/blob - bin/st-flash
da6239abb51a11c27383858f074f6da287f7e55f
[home-hw.git] / bin / st-flash
1 #!/bin/sh
2 set -e
3 LD_LIBRARY_PATH=~/stm/stlink
4 export LD_LIBRARY_PATH
5 exec ~/stm/stlink/st-flash "$@"