Files
openzfs-docs/scripts/zfs_root_gen_bash.py
Maurice Zhou 4fb5fb694f Alpine, Arch Linux, Fedora, RHEL, NixOS Root on ZFS guide: add CI/CD tests
Remove unmaintained Arch Linux guides.

Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
2023-04-19 13:50:05 +03:00

14 lines
268 B
Python

#!/usr/bin/env python3
#
# Copyright 2023 Maurice Zhou <yuchen@apvc.uk>
#
# Released without warranty under the terms of the
# Apache License 2.0.
import pylit
pylit.defaults.code_block_markers['shell'] = '::'
pylit.defaults.text_extensions = [".rst"]
pylit.main()