Skip to content

Commit dbf7b6d

Browse files
committed
latest as of 20 Apr 2019, hoijui/master, 00cea3b
1 parent a44f760 commit dbf7b6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

generate.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
# *nix script to generate the HTML handbook
3+
# from the sources in "github.com/gocircuit/escher/src/handbook".
4+
5+
escher -src "$GOPATH/src/github.com/gocircuit/escher/src/" "*handbook.main"
6+

0 commit comments

Comments
 (0)