Parent: [dbbfe4] (diff)

Download this file

bldloop    8 lines (6 with data), 135 Bytes

#!/bin/sh

while true;do 
  make FORMATS="html html-split"
  cp *.html /usr/local/www/lesbonscomptes/recoll/usermanual/
  sleep 1
done