chromedp/cmd/chromedp-gen/build.sh

11 lines
90 B
Bash
Raw Normal View History

2017-01-24 15:09:23 +00:00
#!/bin/bash
set -ve
go generate
go build
time ./chromedp-gen
go install ../../cdp/...