#!/bin/sh
 
 # l_good
 # ======

 # This file is part of Gerolf Markup Shredder,
 # written by G. D. Brettschneider (1999-2007).
 
 GMSdateL_GOOD=20080107
 
 # Prologue: ==================================================================
 
 # Not running:
 
 if [ "$GMS_SHELL" = "" ]; then
   echo "This is Gerolf Markup Shredder (l_good)."
   exit
 fi 
 
 # Debug: ---------------------------------------------------------------------
   
 if [ "$GMS_DEBUG" = "X" -o "$GMS_DEBUG" = "Y" ]; then
   source "$GMS_SHELL/l_banner" -debug l_good $1 $2 $3 $4
 elif  [ "$GMS_DEBUG" = "Z" ]; then
   echo " l_good ($1) ($2) ($3) ($4) ($5) ($6) ($7) ($8) ($9)" >> "$Z"
 fi
 
 # Chapters: ==================================================================
 
 # Not defined:
 
 if [ "$1" = "" ]; then source "$GMS_SHELL/l_banner" -no_action l_good
 
 # Update: --------------------------------------------------------------------
 
 elif [ $1 = -update ]; then 
 # Cold:
   "$GMS_REPLY" -item 6
 # Hot:
   if [ "$2" = "" ]; then
     source "$GMS_SHELL/l_banner" -no_hot l_good
   elif [ $2 = - ]; then 
     "$GMS_REPLY" -item 5 "         Gerolf Markup Shredder" Q
   elif [ $2 = Q ]; then 
     "$GMS_REPLY" -item 5 "         Gerolf Markup Shredder" QQ
   else
     source "$GMS_SHELL/l_banner" -no_hot l_good $2
   fi 
 
 # Build: ---------------------------------------------------------------------
 
 elif [ $1 = -build ]; then 
   "$GMS_REPLY" -top 3 "------------------ About -----------------"
   "$GMS_REPLY" -item 4
   "$GMS_REPLY" -item 5 "         Gerolf Markup Shredder" Q
   "$GMS_REPLY" -item 6 
   "$GMS_REPLY" -item 7 " Copyright (c) 1999-2008 by G. D. Brett-"
   "$GMS_REPLY" -item 8 " schneider,  Luchtbergstr. 27,  D-28237"
   "$GMS_REPLY" -item 9 " Bremen. All rights  reserved. This GMS"
   "$GMS_REPLY" -item 10 " software comes  without  ANY  warranty."
   "$GMS_REPLY" -item 11 " You may  freely  distribute and use it."
   "$GMS_REPLY" -item 12 " "
   "$GMS_REPLY" -item 13 " "
   "$GMS_REPLY" -item 14 " "
   "$GMS_REPLY" -item 15 " "
   "$GMS_REPLY" -item 16 " "
   "$GMS_REPLY" -item 17 " "
   "$GMS_REPLY" -item 18 " "
   "$GMS_REPLY" -item 19 " "
   "$GMS_REPLY" -item 20 " "
   "$GMS_REPLY" -bottom 21 
   "$GMS_REPLY" -shadow 22
   
 # Not found: -----------------------------------------------------------------
 
 else
   source "$GMS_SHELL/l_banner" -no_action l_good $1   
 fi
