mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-01 16:02:55 +00:00
4 lines
146 B
Bash
Executable File
4 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION=$(/usr/bin/awk -F ": " '/version/{print $2}' ../VERSION.yaml | /usr/bin/awk '{print $NF}' | /usr/bin/tr -d '"')
|
|
echo $VERSION |