File: install-bats.sh

package info (click to toggle)
bats-file 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 412 kB
  • sloc: sh: 584; 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