BASH: Schedule commands with ‘at’

# Install
sudo apt install at

# Invoke
at now + 3 hours

# will open a shell - type in your command and press ctrl + d to exit

# show the schedule queue
atq

# Show details of job 1 (will print full shell environment, with command at end)
at -c 1

"This is not 'Nam. There are rules."