yggdrasil-go/misc/sim/run-sim

5 lines
95 B
Text
Raw Normal View History

2017-12-28 22:16:20 -06:00
#!/bin/bash
export GOPATH=$PWD
go get -d yggdrasil
2018-11-25 12:25:38 -06:00
go run -tags debug misc/sim/treesim.go "$@"