tomlc99_rtt_pkg/test2/build.sh

7 lines
147 B
Bash
Raw Normal View History

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