My Script doesnt seem to be working any ideas. Can anyone see what is
wrong.#!/bin/sh#get serial numberserial=$(system_profiler
SPHardwareDataType | awk '/Serial/ {print $4}')#Define
Laptoplaptop=$LPTcomputerName="$LPT-$serial"# Set the ComputerName,...