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