|
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 - downloadIndex: ┃ T b ┃
Length: 935 (0x3a7) Types: TextFile Names: »browse.sh«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─ ⟦this⟧ »./X.V10R4/uwm/browse.sh«
#/************************************************************************ # * * # * Placed in the public domain by * # * Digital Equipment Corporation, Maynard, MA * # * * # * The information in this software is subject to change without * # * notice and should not be construed as a commitment by Digital * # * Equipment Corporation. Digital makes no representations * # * about suitability of this software for any purpose. It is * # * supplied "as is" without express or implied warranty. * # * * # ************************************************************************/ # #/* # * MODIFICATION HISTORY # * # * 000 -- M. Gancarz, DEC Ultrix Engineering Group # */ # # # browse.sh - runs a command in an xterm window until you hit <RETURN> # # SCCSID = "@(#)browse.sh 3.8 1/24/86" $* echo -n 'Hit <RETURN> to exit...' read x exit # # $Header: browse.sh,v 10.2 86/02/01 16:24:10 tony Rel $ #