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