11 lines
93 B
Bash
Executable File

#!/bin/bash
set -ve
go generate
go build
time ./chromedp-gen $@
go install ../../cdp/...