DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8c82c5fea⟧ TextFile

    Length: 438 (0x1b6)
    Types: TextFile
    Names: »xdpr.script«

Derivation

└─⟦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« 

TextFile

#! /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