aboutsummaryrefslogtreecommitdiff
path: root/makeDoc.sh
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-21 13:50:37 +0100
committervetch <vetch97@gmail.com>2020-01-21 13:50:37 +0100
commitd747a54860307dc2c1f0312d1a3349d02388f276 (patch)
tree20be97e1ce0413c07ddf908fa9c53686199f191d /makeDoc.sh
parent7a420a161658106be75746b408db851b30b1e6d2 (diff)
downloadrpi-MMU-example-d747a54860307dc2c1f0312d1a3349d02388f276.tar.gz
rpi-MMU-example-d747a54860307dc2c1f0312d1a3349d02388f276.zip
Nice mdfication
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 d3398f6..cb33c1d 100755
--- a/makeDoc.sh
+++ b/makeDoc.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
rm -f document.md
- array=("Building-and-running-explained.txt" "Makefile-explained.txt" "Project-structure-explained.txt" "Boot-explained.txt" "MMU-explained.txt" "PSRs-explained.txt" "Ramfs-explained.txt" "Exception-vector-explained.txt" "IRQ-explained.txt" "processor-modes-explained.txt" "Scheduler-explained.txt" "Linker-scripts-explained.txt" "Sources.txt")
+ array=("Building-and-running-explained.md" "Makefile-explained.md" "Project-structure-explained.md" "Boot-explained.md" "MMU-explained.md" "PSRs-explained.md" "Ramfs-explained.md" "Exception-vector-explained.md" "IRQ-explained.md" "processor-modes-explained.md" "Scheduler-explained.md" "Linker-scripts-explained.md" "Sources.md")
echo "# Raspberry PI MMU project" >> document.md
echo "//TODO insert [TOC] here" >> document.md
for file in "${array[@]}"