toml/test2/build.sh

7 lines
147 B
Bash
Raw Normal View History

2019-10-08 23:58:18 +00:00
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2019-10-10 08:11:52 +00:00
[ -d toml-spec-tests ] || git clone https://github.com/cktan/toml-spec-tests.git
2019-10-08 23:58:18 +00:00