Skip to content

Instantly share code, notes, and snippets.

@kdrwygvh
Created January 8, 2020 13:59
Show Gist options
  • Save kdrwygvh/a6ca2c62c56aed542612d2bc9800bdc9 to your computer and use it in GitHub Desktop.
Save kdrwygvh/a6ca2c62c56aed542612d2bc9800bdc9 to your computer and use it in GitHub Desktop.
Storage Medium
#!/bin/sh
echo "<result>$(system_profiler SPStorageDataType | awk '/Medium Type/ {print $3}' | head -1)</result>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment