unioffice/build-examples.sh

5 lines
158 B
Bash
Raw Normal View History

#!/bin/bash
2018-07-27 15:13:56 -05:00
go get -u github.com/go-ole/go-ole/oleutil
2017-09-07 06:40:55 -04:00
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" \;