]> mj.ucw.cz Git - home-hw.git/commitdiff
st-info
authorMartin Mares <mj@ucw.cz>
Tue, 7 Aug 2018 18:34:46 +0000 (20:34 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 7 Aug 2018 18:34:46 +0000 (20:34 +0200)
bin/st-info [new file with mode: 0755]

diff --git a/bin/st-info b/bin/st-info
new file mode 100755 (executable)
index 0000000..b23a170
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+LD_LIBRARY_PATH=~/stm/stlink
+export LD_LIBRARY_PATH
+exec ~/stm/stlink/st-info "$@"