Recommend this page to a friend! |
Classes of harold rita | > | PHP Thesis Proposal Hub | > | application/libraries/dompdf/lib/ttf2ufm/src/app/netscape/nsprint | > | Download |
|
![]() |
#!/bin/sh if uname -s | grep -i bsd >/dev/null then LPR=lpr else LPR=lp fi nsfilter | $LPR "$@" |