| Next | Welcome to my ~/bin | 121 |
run("pnmarith $diff @pnm > $tmp");
run("xv $tmp");
run("rm -f $tmp @pnm") unless $LEAVE_TMP_FILES;
I don't know why I used run("rm ...") here instead of just unlink
$LEAVE_TMP_FILES is set by a command-line option
| Next | Menu | ![]() |
Copyright © 2005 M. J. Dominus |