Commit 89a7a36c authored by Gergely's avatar Gergely
Browse files

First script

parent 9aa71324
No related merge requests found
Showing with 15 additions and 0 deletions
+15 -0
#!/bin/sh
if [ "$(uname -s)" = "Linux" ]; then
sudo dmidecode -t system
echo ----------
lsb_release -a
echo ----------
sudo blkid | grep crypto
else
system_profiler SPHardwareDataType
echo ----------
sw_vers
echo ----------
fdesetup status
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment