Commit c1abe605385db57bb7c8eb94bc53060dfe95e642

Authored by Perry Werneck
1 parent 340b3ab8
Exists in master and in 1 other branch develop

Adding script for publishing locally the hllapi test package.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
publish_debug.sh 0 → 100755
... ... @@ -0,0 +1,3 @@
  1 +#!/bin/bash
  2 +make Debug && ln -sf $(readlink -f ipc3270c-debug-*.zip) ~/public_html/
  3 +
... ...