5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
dmidecode $@ -s system-product-name
|
||
|
|