mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find _examples/ -maxdepth 2 -mindepth 2 -exec sh -c "cd {}; echo building {}; go build -i main.go" \;
|