Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'script/install-bats.sh')
-rwxr-xr-xscript/install-bats.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/script/install-bats.sh b/script/install-bats.sh
new file mode 100755
index 0000000..4c3161a
--- /dev/null
+++ b/script/install-bats.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -o errexit
+set -o xtrace
+
+git clone --depth 1 https://github.com/sstephenson/bats
+cd bats && ./install.sh "${HOME}/.local" && cd .. && rm -rf bats