From 692d13cc1a6fda2776d0ad0b34e9fbff0bc2c55c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 21 Jun 2020 17:47:55 -0400 Subject: everything now working with blocks not returning values --- docs.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 docs.sh (limited to 'docs.sh') 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 -- cgit v1.2.3