diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-06-21 17:47:55 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-06-21 17:47:55 -0400 |
commit | 692d13cc1a6fda2776d0ad0b34e9fbff0bc2c55c (patch) | |
tree | cf14f8fc4c531a08512050b5bd4f9b3d01b87ad8 /docs.sh | |
parent | a03de99b63cd76edd191de05d85147518842cafc (diff) |
everything now working with blocks not returning values
Diffstat (limited to 'docs.sh')
-rwxr-xr-x | docs.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs.sh b/docs.sh deleted file mode 100755 index 7dcf5e1..0000000 --- a/docs.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -markdown README.md > README.html -echo README.md -for x in docs/*.md; do - markdown $x > $(dirname $x)/$(basename $x .md).html - echo $x -done |