Name: Quelltext drucken
Location: /home/BENUTZERNAME/bin/jprint
Arguments: ${resource_loc}
Voraussetzung:
KPrinter und a2ps installiert, Script jprint
#!/bin/shausführbar in $HOME/bin
a2ps $1 -o - \
--medium=A4 \
--tabsize=4 \
--portrait \
--columns=1 \
--rows=1 \
--font-size=12 \
--chars-per-line=120 \
--left-footer="$d" \
--right-footer="%n" --header \
--left-title="\$D{%e.%m.%g %k:%M}" | /opt/kde3/bin/kprinter
Quelle: http://www.mi.fh-wiesbaden.de/~barth/ads/info/index.php
Keine Kommentare:
Kommentar veröffentlichen