|
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 - downloadIndex: T s
Length: 541 (0x21d) Types: TextFile Names: »shar«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Pm/BSD/shar«
#!/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