This script checks for if the Mac is an M1 Chip, then if it is not, will
check for the OS. Depending on these conditions, the year will be read
differently.#!/bin/sh #Set variables for processor, apple chip, &
operating system versionprocessor=$(/usr...