File: install-bats.sh

package info (click to toggle)
bats-support 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: sh: 132; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
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