Child: [ad4f24] (diff)

Download this file

bldloop    8 lines (6 with data), 122 Bytes

#!/bin/sh

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