5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-01-22 18:33:17 +00:00
2018-11-25 12:25:38 -06:00

5 lines
95 B
Bash
Executable File

#!/bin/bash
export GOPATH=$PWD
go get -d yggdrasil
go run -tags debug misc/sim/treesim.go "$@"