Libvirt-functions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Projects Patterns =Overview= A project that offers common bash wrapper functionality in form of a single function file to be sourced in t...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Projects# | * [[Projects#Secondary_Projects|Projects]] | ||
=Overview= | =Overview= | ||
A project that offers common bash | A project that offers common bash functions associated with managing virtual machines with [[Linux_Virtualization_Concepts#libvirtd|libvirt]]. | ||
Functionality: | Functionality: |
Revision as of 18:20, 4 July 2017
Internal
Overview
A project that offers common bash functions associated with managing virtual machines with libvirt.
Functionality:
- Build a classpath based on the JAR content of a repository.
GitHub
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; }