7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 3 = Desktop
|
|
# 10 = Laptop
|
|
|
|
cat /sys/class/dmi/id/chassis_type
|