]> code.delx.au - monosys/blob - photocopy
xmlpp: use python stdlib instead of lxml
[monosys] / photocopy
1 #!/bin/bash
2 kdialog --yesno "Do you want to photocopy?"
3 if test $? = 0; then
4 scanimage | lpr -o scaling=100
5 sh $0 &
6 fi