mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-03 08:52:01 +00:00
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
OS=$(/usr/bin/awk -F ": " '/os/{print $2}' ../VERSION.yaml | /usr/bin/tr -d '"')
|
|
|
|
echo $OS |