home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d811
/
bsh.lha
/
bsh
/
uue
< prev
next >
Wrap
Text File
|
1993-02-14
|
423b
|
15 lines
if #argv<2
echo >&2 usage: uue file [file]...
echo >&2 result placed in file.uu
else
local i
foreach i ( $* )
echo encoding $i to $i.uu
uuencode >$i.uu <$i $i
end
endif
# Uue is presented as is; no warrantee is either expressed or implied
# as to it's suitability to any purpose whatsoever. You assume all the
# risk for all damage, even if caused by a defect in the software,
# no matter how awful.