Primer commit del sistema avantika sin cambios
This commit is contained in:
10
pdf/lib/ttf2ufm/src/app/netscape/nsprint
Executable file
10
pdf/lib/ttf2ufm/src/app/netscape/nsprint
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
if uname -s | grep -i bsd >/dev/null
|
||||
then
|
||||
LPR=lpr
|
||||
else
|
||||
LPR=lp
|
||||
fi
|
||||
|
||||
nsfilter | $LPR "$@"
|
||||
Reference in New Issue
Block a user