home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / scripts / makedocs < prev    next >
Encoding:
Text File  |  1996-12-09  |  126 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # Remake the docs
  4. cd ~/AROS/docs/src
  5. make
  6.  
  7. # Do the same again tomorrow, same time
  8. echo $0 $* | at "23:00 + 1 day"
  9.