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

# Exercise 4: Immediately after scheduling the job, use the command to view the job queue.
#
# Task: Display scheduled at jobs.

atq
