forked from cheng/wallet
35579009cf
Added the beginning of a write up for sockets Extensively rewrote proof_of_share
8 lines
145 B
Bash
8 lines
145 B
Bash
#!/bin/bash
|
|
set -e
|
|
cd `dirname $0`
|
|
docroot="../"
|
|
banner_height=banner_height:15ex
|
|
templates=$docroot"pandoc_templates"
|
|
. $templates"/mkdocs.cfg"
|