some source updates, toolchain helpers
This commit is contained in:
3
tool/build-html
Executable file
3
tool/build-html
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ls src/0*/*.{go,sh} | xargs tool/generate > build/go-by-example.html
|
||||
4
tool/build-pdf
Executable file
4
tool/build-pdf
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
prince build/go-by-example.html -o build/go-by-example.pdf
|
||||
|
||||
Reference in New Issue
Block a user