File: install-bats.sh

package info (click to toggle)
bats-file 0.3.0%2Bgit20230131-gbba751f-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 408 kB
  • sloc: sh: 566; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -o errexit
set -o xtrace

git clone --depth 1 https://github.com/bats-core/bats-core
cd bats-core && ./install.sh "${HOME}/.local" && cd .. && rm -rf bats-core