#!/bin/sh

# Remake the docs
cd ~/AROS/docs/src
make

# Do the same again tomorrow, same time
echo $0 $* | at "23:00 + 1 day"
