mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
5 lines
158 B
Bash
Executable File
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" \;
|