aboutsummaryrefslogtreecommitdiff
path: root/makeDoc.sh
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-19 21:38:59 +0100
committervetch <vetch97@gmail.com>2020-01-19 21:38:59 +0100
commit7437b0ffccd9c9bdfe14c539b8b2eaf26d3b1073 (patch)
tree3097bb9cf7a01161f078eed49a07db7e8e13490b /makeDoc.sh
parent2d54271bd84e256cb79041979ee2918ff10f639f (diff)
downloadrpi-MMU-example-7437b0ffccd9c9bdfe14c539b8b2eaf26d3b1073.tar.gz
rpi-MMU-example-7437b0ffccd9c9bdfe14c539b8b2eaf26d3b1073.zip
Moved .txt files to docs
Diffstat (limited to 'makeDoc.sh')
-rwxr-xr-xmakeDoc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeDoc.sh b/makeDoc.sh
index 05f7c16..d3398f6 100755
--- a/makeDoc.sh
+++ b/makeDoc.sh
@@ -5,5 +5,5 @@ rm -f document.md
echo "//TODO insert [TOC] here" >> document.md
for file in "${array[@]}"
do
- cat $file >> document.md
+ cat docs/$file >> document.md
done