Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 126 Bytes

example.md

File metadata and controls

11 lines (8 loc) · 126 Bytes

Index

This is an example index page.

Heading 2: code

#!/bin/bash
echo "Hello, world" > /dev/sterr
exit 1