DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦095bad354⟧ TextFile

    Length: 904 (0x388)
    Types: TextFile
    Notes: UNIX file
    Names: »bldmflop«

Derivation

└─⟦b1d6695d7⟧ Bits:30004155/sitdisk.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦b1d6695d7⟧ UNIX Filesystem
    └─⟦this⟧ »sitls/new/usr/subsets/tools/bldmflop« 

TextFile

#
#  Copyrighted as an unpublished work.
#  (c) Copyright 1987 INTERACTIVE Systems Corporation
#  All rights reserved.
#
#  RESTRICTED RIGHTS
#
#  These programs are supplied under a license.  They may be used,
#  disclosed, and/or copied only as permitted under such license
#  agreement.  Any copy must contain the above copyright notice and
#  this restricted rights notice.  Use, copying, and/or disclosure
#  of the programs is strictly prohibited unless otherwise provided
#  in the license agreement.
#

#ident  "@(#)bldmflop.sh	1.1 - 87/08/14"
fpkg=$1
shift
pkgs=$*
cwd=`pwd`
[ -d ../../diskette ] && rm -fr ../../diskette
mkdir ../../diskette
ddir=../../diskette
find ./disk.1 -print | cpio -pdmv $ddir
for pkg in $pkgs
do
	cd ../$pkg
	find ./disk.1 -print | cpio -pdmv $ddir
	touch floppy
done
cd $ddir
proto disk.1 >proto.1
echo 1 >NBRDISKS
find ./disk.1 -print >FILES.1
bldflop "$fpkg $pkgs"