mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 10:13:59 +00:00
5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export GOPATH=$(pwd)
|
|
#./build-dsl
|
|
go build mlr.go
|