mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
5 lines
139 B
Bash
5 lines
139 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
go run cmd/genxdr/main.go -- bench_test.go > bench_xdr_test.go
|
||
|
go run cmd/genxdr/main.go -- encdec_test.go > encdec_xdr_test.go
|