chaintool-doc

Chaintool documentation
Info | Log | Files | Refs | README | LICENSE

build.sh (360B)


      1 #!/bin/bash
      2 
      3 IMG=$(base64 -w 0 build/deps.svg)
      4 t=$(mktemp )
      5 cat <<eof > $t
      6 IMG_URL="data:image/svg+xml;base64,$IMG"
      7 VIDEO_URL=https://defalsify.org/chaintool_pychain_pitch.mp4
      8 VIDEO_SIG_URL=https://defalsify.org/chaintool_pychain_pitch.mp4.asc
      9 eof
     10 
     11 >&2 echo building README.md with following vars:
     12 >&2 cat $t
     13 bash aux/bash-templater $t < README.in > README.md