Annotation of 43BSD/usr.bin/nohup.sh, revision 1.1

1.1     ! root        1: trap "" 1 15
        !             2: if test -t 2>&1  ; then
        !             3:        echo "Sending output to 'nohup.out'"
        !             4:        exec nice -5 $* >>nohup.out 2>&1
        !             5: else
        !             6:        exec nice -5 $* 2>&1
        !             7: fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.