Skip to content

Commit

Permalink
Update script description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed May 11, 2024
1 parent c7c4003 commit d1140e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uuid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# macos-scripts/uuid

# uuid
# Print paths and files which potentially contain the UUID (IOPlatformUUID)
# Print paths and files which potentially contain the UUID (IOPlatformUUID)
# Instead of executing something like ioreg -d2 -c IOPlatformExpertDevice | awk -F\" '/IOPlatformUUID/{print $(NF-1)}'

set -uo pipefail
# -u prevent using undefined variables
Expand Down

0 comments on commit d1140e6

Please sign in to comment.