From 76f4b29ca729886221f8710ab9e7cc5d23d9d947 Mon Sep 17 00:00:00 2001 From: vetch Date: Tue, 21 Jan 2020 14:17:50 +0100 Subject: Added miscellaneous --- makeDoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeDoc.sh') diff --git a/makeDoc.sh b/makeDoc.sh index cb33c1d..c0ea143 100755 --- a/makeDoc.sh +++ b/makeDoc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash rm -f document.md - 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") + 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" "Miscellaneous.md" "Sources.md") echo "# Raspberry PI MMU project" >> document.md echo "//TODO insert [TOC] here" >> document.md for file in "${array[@]}" -- cgit v1.2.3