#!/bin/bash
# TextLib help import - mindent a $1-bol
if [ "$1" == "" ]; then
  echo "Hasznalat: allhelp2 konyvtar"; exit 1
fi
if [ ! -d $1 ]; then
  echo "Nincs $1 konyvtar"; exit 1
fi
if [ ! -e $1/bevdokok.txh ]; then
  echo "Nincs $1/bevdokok.txt"; exit 1
fi
/usr/share/textlib/exe/nagykis $1/*.TXH
/usr/share/textlib/exe/g-hlpimp.exe $1/bevdokok.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/bevegyeb.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/bevktdat.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/bevoszt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/keralt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/keregyeb.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/kerktdat.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/keroszt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/kerpld.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/kerrend.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/mikezek.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/olvaso.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/leltar.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzegy.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzkt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzoszt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzpld.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzrend.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/selejt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/szerz.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/kesz.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rendszer.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzdok.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/egyeb.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/eszkoz.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/rogzregy.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/regio.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/menu.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/olvszolg.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/demo.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/bevrend.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/autopld.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/partner.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/kerforg.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/intkolcs.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/hiba.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/alt.txh
/usr/share/textlib/exe/g-hlpimp.exe $1/torolni.txh
echo allhelp2 kesz...
