unioffice/build-examples.sh
2018-07-27 16:30:49 -05:00

5 lines
158 B
Bash
Executable File

#!/bin/bash
go get -u github.com/go-ole/go-ole/oleutil
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" \;