: trap "rm -rf /tmp/$$" 0 1 2 3 15 txt2html -m -s 100 -p 100 --title "PostgreSQL TODO list" \ --link /u/txt2html/txt2html.dict \ --append_head /u/txt2html/BODY /pgtop/doc/TODO | sed 's;\[\([^]]*\)\];[\1];g' >/tmp/$$ scp -q /tmp/$$ momjian@www.ca.postgresql.org:/home/projects/pgsql/ftp/www/html/docs/todo.html cd /pgtop/doc chown postgres TODO pgcvs commit -m 'Update TODO list.' TODO