From 07feac4aae7bc3451b560c9126e5d8442e3b17f3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Aug 2018 20:34:46 +0200 Subject: [PATCH] st-info --- bin/st-info | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/st-info diff --git a/bin/st-info b/bin/st-info new file mode 100755 index 0000000..b23a170 --- /dev/null +++ b/bin/st-info @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +LD_LIBRARY_PATH=~/stm/stlink +export LD_LIBRARY_PATH +exec ~/stm/stlink/st-info "$@" -- 2.39.2