home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume17
/
contest-prog
/
part01
/
judge
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-02-06
|
282 b
|
12 lines
#! /bin/sh
j=$HOME/$1
chgrp GROUP $j
chmod g+r $j
# "seconds" must be in everybody's path
#either /usr/uncw or /usr/local or somesuch
echo Judge: $j `seconds` \; `date`>>mailmsg$$
mail judges <mailmsg$$
# leave the mail message in contestant's account (for evidence)
#rm mailmsg$$