mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
5 lines
78 B
Text
5 lines
78 B
Text
|
#!/bin/bash
|
||
|
export GOPATH=$PWD
|
||
|
go get -d yggdrasil
|
||
|
go run misc/sim/treesim.go
|