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