2015-02-27 00:58:55 +00:00
|
|
|
#
|
|
|
|
# disk/scripts/bat.start
|
|
|
|
#
|
|
|
|
|
2015-07-31 00:34:53 +00:00
|
|
|
usb.bash
|
2015-02-27 00:58:55 +00:00
|
|
|
|
2015-07-31 00:34:53 +00:00
|
|
|
ata="$(ata.bash)"
|
2015-02-27 00:58:55 +00:00
|
|
|
[[ "$ata" ]] && hdparm -q -S120 -B210 -M230 $ata
|
2015-07-31 00:34:53 +00:00
|
|
|
unset ata
|
2015-02-27 00:58:55 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
|
|
|
#
|