Last active
December 8, 2021 15:28
-
-
Save mpanighetti/4f3a6489901a68eeeb1f7bc904fd22c3 to your computer and use it in GitHub Desktop.
Revisions
-
mpanighetti revised this gist
Jun 28, 2019 . No changes.There are no files selected for viewing
-
mpanighetti created this gist
Jan 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/bash echo "<result>$(/usr/sbin/system_profiler SPiBridgeDataType | /usr/bin/awk -F": " '/Model Name/ {print $NF}')</result>" exit 0