]> andersk Git - sql.git/blob - sbin/autorepair
misc /sbin utils
[sql.git] / sbin / autorepair
1 #!/bin/bash
2
3 while true; do
4     ./repair
5     sleep 1
6 done
This page took 0.026961 seconds and 5 git commands to generate.