Sign in
pigweed
/
third_party
/
github
/
bats-core
/
bats-file
/
e6c273fdfd631be8a53f62f409a7fef19ee359a1
/
.
/
script
/
install-bats.sh
blob: e858364f493b01c9561e339a2feb1f4b9f82ebcc [
file
]
#!/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