[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 #!/bin/sh 2 3 if uname -s | grep -i bsd >/dev/null 4 then 5 LPR=lpr 6 else 7 LPR=lp 8 fi 9 10 nsfilter | $LPR "$@"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |