index
:
bin
master
My scripts
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
raid-check
blob: 2b7f7f24b1c8db3d1d45c58c42e7c882f408dfcd (
plain
)
1
2
3
4
5
#!/bin/sh for f in /sys/block/md*/md/sync_action; do echo check > $f done