#!/bin/sh
#      -.
PATH=/bin:/usr/bin:/usr/local/bin:/usr/fido/bin:/usr/fido/sbin

/usr/fido/bin/fl-gen.pl >/tmp/unreal.tmp
cat /tmp/unreal.tmp | koi2alt | todos >/tmp/unreal.lst
zip -j -9 -m /usr/fido/spool/filecho/general/unreal.zip /tmp/unreal.lst >/dev/null 2>/dev/null
mv /tmp/unreal.tmp /usr/fido/spool/filecho/general/UnReal.Station.FileList


