14 lines
168 B
Bash
14 lines
168 B
Bash
#
|
|
# disk/scripts/adp.start
|
|
#
|
|
|
|
usb.bash
|
|
|
|
ata="$(ata.bash)"
|
|
[[ "$ata" ]] && hdparm -q -S120 -B230 -M254 $ata
|
|
unset ata
|
|
|
|
#
|
|
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
|
#
|