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 - metrics - download
Index: T s

⟦a7cefc33b⟧ TextFile

    Length: 541 (0x21d)
    Types: TextFile
    Names: »shar«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Pm/BSD/shar« 

TextFile

#!/bin/sh
echo "#!/bin/sh"
echo ": \"This is a shell archive, meaning:                              \""
echo ": \"1. Remove everything above the #! /bin/sh line.                \""
echo ": \"2. Save the resulting test in a file.                          \""
echo ": \"3. Execute the file with /bin/sh (not csh) to create the files:\""
for i
do
	echo ": \"	$i\""
done
echo -n ": \"This archive created:  "
echo `date` \"
for i
do
	echo "echo file: $i"
	echo "sed 's/^X//' >$i << 'END-of-$i'"
	sed 's/^/X/' $i
	echo "END-of-$i"
done
echo exit