[linux] printen op android en N900

Hans Paijmans J.J.Paijmans op uvt.nl
Ma Jun 20 16:15:40 CEST 2011


Ik heb hier een leuk scriptje om vanaf je N900 of android CLI te printen
naar
je printer op een linuxbak. Zijn er hier mensen met genoeg android
ervaring om
daar een icon aan te plakken en/of drag-and-drop te implementeren?


#!/bin/sh

echo "usage print [filename]"
host="paai op 192.168.1.20"
# perhaps you'd like to automate ssh-login to $host
# so you don't have to enter the pasword every time?

file="$1"

if [ x$1 == "x" ] ; then
   echo "File to print:"
   read file
fi

echo "printing " "$file" "to printer on "$host
cat "$file" | ssh $host '( lpr )'
exit 0

-- 
Dr. J.J. Paijmans
Tilburg University: Dept. of Linguistics & AI       013-4662693
Thuis: Kleine St.Jansstraat 3, 3811 HV  Amersfoort  033-4722579 
http://paai.uvt.nl     http://paijmans.net          GSM: +31 621 961 083






More information about the Linux mailing list