]> andersk Git - sql.git/blob - sbin/autorepair
git-svn-id: svn://presbrey.mit.edu/sql@174 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql.git] / sbin / autorepair
1 #!/bin/bash
2
3 while true; do
4     ./repair
5     sleep 1
6 done
This page took 0.027516 seconds and 5 git commands to generate.