]> andersk Git - sql.git/blame - sbin/autorepair
backups: keep less monthlys
[sql.git] / sbin / autorepair
CommitLineData
1cc0573f
JP
1#!/bin/bash
2
3while true; do
4 ./repair
5 sleep 1
6done
This page took 0.722319 seconds and 5 git commands to generate.