From d6d31121e4701a868ca8d7ebe4d49104e51a7b9f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 10 May 2015 17:10:28 +0200 Subject: [PATCH] README.md: Link to https://github.com/vorburger/MariaDB4j/tree/master/mariaDB4j-core/src/main/java/ch/vorburger/exec --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7da38f3..527df9f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The project was created to merge similar functionality of projects at [ZeroTurna It's designed to be powerful but still simple to use. By using a single class **ProcessExecutor** the user gets the functionality from both **java.lang.ProcessBuilder** and [Apache Commons Exec](http://commons.apache.org/proper/commons-exec/). +The [ch.vorburger.exec](https://github.com/vorburger/MariaDB4j/tree/master/mariaDB4j-core/src/main/java/ch/vorburger/exec) is a similar utility which you may also find interesting if you are looking at this. + ### Installation [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.zeroturnaround/zt-exec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.zeroturnaround/zt-exec)