DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦4d6695067⟧ TextFile

    Length: 260 (0x104)
    Types: TextFile
    Notes: UNIX file
    Names: »nohup«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »bin/nohup« 

TextFile

#! /bin/sh

# nohup.sh: version 1.2 of 2/7/83
# Mesa Unix System Command Shell Script
#
# @(#)nohup.sh	1.2 (NSC) 2/7/83

trap "" 1 15
if test -t 2>&1  ; then
	echo "Sending output to 'nohup.out'"
	exec nice -5 $* >>nohup.out 2>&1
else
	exec nice -5 $* 2>&1
fi