I believe the issue is with the OS version line (Major and Minor), but I
have very little experience in creating scripts. !/bin/sh # Get user
logged into console and put into variable "user" user=ls -l /dev/console
| cut -d " " -f 4osMajor=$(sw_vers ...