Script Execution Guide

A concise guide to running your shell script

1. Save the Code

Save the provided script to a file named overfetch.sh using your preferred text editor.

nano overfetch.sh
# Paste code, then Ctrl+X, Y, Enter to save.