timeout-shell

A library that works the same way as clojure.java.shell/sh, but with ability to specify timeout.

Leiningen/Boot

[timeout-shell "1.0.0"]

Clojure CLI/deps.edn

timeout-shell/timeout-shell {:mvn/version "1.0.0"}

Gradle

implementation("timeout-shell:timeout-shell:1.0.0")

Maven

<dependency>
  <groupId>timeout-shell</groupId>
  <artifactId>timeout-shell</artifactId>
  <version>1.0.0</version>
</dependency>