mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
7 lines
161 B
Text
7 lines
161 B
Text
|
#!/bin/bash
|
||
|
|
||
|
/usr/sbin/smartctl -t short /dev/sda
|
||
|
/usr/sbin/smartctl -t short /dev/sdb
|
||
|
/usr/sbin/smartctl -t short /dev/sdc
|
||
|
/usr/sbin/smartctl -t short /dev/sdd
|