Add uptime to the report
Quest: extend-maker-report
Mission
Add a labeled uptime line to maker-report.sh, regenerate ~/src/pages/maker-report.md, and rebuild the site.
Commands You Will Use
microuptimecatbuild-website
Steps
- Run
guide nowso this quest is assigned before you create evidence. - Run
uptimeby itself and inspect its output. - Open
~/scripts/maker-report.shin Micro. - Inside the report group, add
uptimeafter the date information and keep a visible* Uptime:label in the generated Markdown. - Run
~/scripts/maker-report.sh "Uptime Report". The script rewrites~/src/pages/maker-report.md. - Inspect the Markdown with
cat ~/src/pages/maker-report.md, then runbuild-website. - Open the report page and run
guide check.
Hints
- The
uptimecommand already writes a final newline. - The script needs the
uptimecommand; the Markdown source and built HTML need visible uptime information.
If Check Fails
Run bash -x ~/scripts/maker-report.sh "Uptime Report". The trace remains visible while report output goes to the Markdown file. Confirm the Markdown and built page both show uptime information, then check again.

Linux Foundations