mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
export GOPATH=$PWD
|
|
go get -d yggdrasil
|
|
go run -tags debug misc/sim/treesim.go "$@"
|