summaryrefslogtreecommitdiff
path: root/docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs.sh')
-rwxr-xr-xdocs.sh7
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