Daniel Ziltener
91ea498688
git-subtree-dir: tomlc99 git-subtree-mainline:f2ccebdd2d
git-subtree-split:5221b3d3d6
6 lines
No EOL
179 B
Bash
Executable file
6 lines
No EOL
179 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
export GOBIN=$DIR
|
|
go install github.com/toml-lang/toml-test/cmd/toml-test@latest # install test suite |