Bash-wrapper-functions: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
m (Ovidiu moved page Generic Shell Wrapper Functionality to Bash-wrapper-functions without leaving a redirect)
No edit summary
Line 9: Line 9:
Functionality:
Functionality:
* Build a classpath based on the JAR content of a repository.
* Build a classpath based on the JAR content of a repository.
=GitHub=
{{External|https://github.com/NovaOrdis/bash-wrapper-functions}}


=Usage=
=Usage=

Revision as of 20:34, 29 June 2017

Internal

Overview

A project that offers common bash wrapper functionality in form of a single function file to be sourced in the main wrapper.

Functionality:

  • Build a classpath based on the JAR content of a repository.

GitHub

https://github.com/NovaOrdis/bash-wrapper-functions

Usage

Copy in the bin directory and refer it as following:

 [ -f $(dirname $0)/bash-wrapper-functions ] && .  $(dirname $0)/bash-wrapper-functions || { echo "$(dirname $0)/bash-wrapper-functions not found" 1>&2; exit 1; }