DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦0e6359a25⟧ TextFile

    Length: 538 (0x21a)
    Types: TextFile
    Names: »cshrc«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/support/bboards/cshrc« 

TextFile

printenv USER >& /dev/null
if ($status != 0) then
    set path=(/bin /usr/ucb /usr/bin /usr/mmdf/bin /usr/uci .)
    goto crontab
endif

printenv LOGNAME >& /dev/null
if ($status != 0) then
    setenv LOGNAME "$USER"
endif

if (-r ~/.$LOGNAME) then
    source ~/.$LOGNAME
else
    if (~$LOGNAME/.cshrc != ~/.cshrc) source ~$LOGNAME/.cshrc
endif

if (~$LOGNAME/.signature != ~/.signature && -r ~$LOGNAME/.signature \
	&& -r ~/.signature) \
    setenv SIGNATURE "`cat ~/.signature` (agent: `cat ~$LOGNAME/.signature`)"

crontab:
umask 0022