|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 438 (0x1b6) Types: TextFile Names: »xdpr.script«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─⟦this⟧ »./X.V10R4/xpr/xdpr.script«
#! /bin/csh -f # Copyright 1985, Massacusetts Institute of Technology. set prntr=(-Pln03) set flags=() noglob unset dv unsetenv dv set dv=$DISPLAY top: if ($#argv > 0) then switch ($argv[1]) case *\:*: set dv=$argv[1] shift argv goto top case -P?*: set prntr = $argv[1] shift argv goto top case -*: set flags = ($flags $argv[1]) shift argv goto top endsw endif xwd $dv | xpr $flags | lpr $prntr