#!/bin/bash
# @type: executable
# @requires: none
# @safe: yes
set -euo pipefail

# Exercise 2: Call info info and read tutorial. If missed install info package.
#
# Task: Open the info documentation system's tutorial to learn how to use info pages.

info info
