4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ls src/0*/*.{go,sh} | xargs tool/generate > build/go-by-example.html
|