#! /bin/sh
# vim: set tabstop=4 shiftwidth=4 syntax=sh highlight=on
################################################################################
#                                                                              #
# an alternative approach to modify firmware images for AVM FRITZ!Box routers  #
#                                                                              #
# Copyright (C) 2014-2016 P.Hämmerlein (http://www.yourfritz.de)               #
#                                                                              #
# This program is free software; you can redistribute it and/or                #
# modify it under the terms of the GNU General Public License                  #
# as published by the Free Software Foundation; either version 2               #
# of the License, or (at your option) any later version.                       #
#                                                                              #
# This program is distributed in the hope that it will be useful,              #
# but WITHOUT ANY WARRANTY; without even the implied warranty of               #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                #
# GNU General Public License under                                             #
# http://www.gnu.org/licenses/gpl-2.0.html                                     #
# for more details.                                                            #
#                                                                              #
# "FRITZ!Box" and "FRITZ!" are registered word marks and "AVM" is a registered #
# word and figurative mark of:                                                 #
# AVM Computersysteme Vertriebs GmbH, 10559, Berlin, DE.                       #
#                                                                              #
################################################################################
#
# show only the README.md file on terminal - this is the script for old
# version archives
#
cat README.md
