5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
ioreg -l | grep IOPlatformSerialNumber | grep -oE '"([^"]+)"$' | tr -d '"'
|