From c1abe605385db57bb7c8eb94bc53060dfe95e642 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 7 Jun 2019 10:28:26 -0300 Subject: [PATCH] Adding script for publishing locally the hllapi test package. --- publish_debug.sh | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100755 publish_debug.sh diff --git a/publish_debug.sh b/publish_debug.sh new file mode 100755 index 0000000..ad67cf2 --- /dev/null +++ b/publish_debug.sh @@ -0,0 +1,3 @@ +#!/bin/bash +make Debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/ + -- libgit2 0.21.2