mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-01-10 15:12:49 +01:00
6 lines
157 B
Bash
Executable file
6 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/usr/sbin/smartctl -t long /dev/sda
|
|
/usr/sbin/smartctl -t long /dev/sdb
|
|
/usr/sbin/smartctl -t long /dev/sdc
|
|
/usr/sbin/smartctl -t long /dev/sdd
|