mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 13:03:00 +00:00
4 lines
50 B
Bash
Executable file
4 lines
50 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export GOPATH=$(pwd)
|
|
go build mlr.go
|