#!\bin\sh
# ; These lines protects you from     ப      砩
# ; running this file w/o editing.   ᪠ ⮣ 䠩  ।஢.
# ;
# ; Needed diectory strucure assu-
# ; med by this file:
# ; /fido/
# ; /fido/inbound/    input files
# ; /fido/inbound/tmp/
# ; /fido/out/        files .o??
# ; /fido/outbound/   Bink-Style
# ; /fido/flag/   created flags
# ;               and batch files

echo Edit file toss before run.            । 䠩 toss
goto Exit

# ;
# ; toss                  SqWish V03.05 UNIX version
# ;
# ; Sample tossing file for SqWish.   ਬ 䠩 ᨭ   SqWish.  
# ; All main parameters are  setted   ᭮ ࠬ ⠭  -
# ; for maximum 'Squish-like' style   ᨬ쭮 宦  室-
# ; of   result   outbound   files,     䠩      Squish 1.11,
# ; when running:                                               ᪠:
# ;                     squish in out squash -o -l
# ;
# ; except netmail unpacking.                      ஬ ᯠ .
# ;

cd /fido/inbound/tmp

# ; Clever   unpacker..  It  uses   ᯠ બ 㬭 ஬. 
# ; compress.cfg  -   squish-like   ᯮ compress.cfg -  ᮢ-
# ; (fully  compatible  with  the   ⨬  ⠪   䨣-
# ; same file from squish!).        樮 䠩.

sqwarcx -c /etc/compress.cfg -i ../ -o ../

# ; SqWish itself running.          ⢥  SqWish'a
# ; =========================================================================
cd /fido/flags

sqwish
# ; =========================================================================

# ; AutoCreate new areas with bat       䨣 १ 
# ; file created  by  SqWish.       䠩, ᮧ SqWish'.

. autocre

# ; move packets with  new  areas    ६ ⭮  㭤  
# ; back to inbound...              ⮣, ⮡    .

moveback /fido/inbound pkt /fido/out/*.onw

# ; Rest of too long packets  are   ⪨ ᫨誮  ⮢ ६-
# ; moved (using move.exe  -  DOS    (᪮ 譥  -  move)
# ; external command) back to in-   ⭮  ⠫    室  ⮢,
# ; bound directory with renaming   २뢠  .pkt.
# ; to .pkt.

moveback /fido/inbound pkt /fido/out/*.ors

# ; Netmail processing - here  is   ࠡ⪠ .  ਢ ⮫쪮
# ; only small sample...            ⥭쪨 ਬ.

pkt2msg /fido/netmail msg /fido/out/*.onm

# ; Call  sqwash.bat  created  by   맮 ᮧ SqWish'  -
# ; SqWish for archiving .OUT pa-    sqwash.bat  㯠 .OUT  ⮢
# ; ckets to arcmails, forwarding    બ, ࢠन  ⮢ 
# ; bad packets to links, commen-   , ஢   -
# ; ting these bad packets...       ⮢...

sqwarc @sqwash.bat -c /etc/compress.cfg -r

Exit:
