all repos — hastyscribe @ 6b019800fb921e01b4dc9eba4a68f0a2927f8dee

A professional markdown compiler.

osxbuild

 1
 2
 3
 4
 5
 6
#!/usr/bin/env bash
/usr/local/Cellar/nimrod/0.9.2/libexec/bin/nimrod c --clib:markdown --clibdir:$PWD hastyscribe.nim
if [ -f hastyscribe ];
then
  mv hastyscribe build/osx/
fi