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