Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art.animation, started 4 Feb 1996.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
movglobe.vt.z, part 1/1

movglobe.vt.z, part 1/1

alt.ascii-art.animation · 5 messages · 4 Feb 1996 - 14 Oct 1996
The last two years I collected some animations from this newsgroup. This
is one of them. I am not the author. It's just a repost. :-)

The animation is packed with gzip and uuencoded. For viewing use uudecode and
zcat. Or uudecode ; gunzip ; cat. Within nn you can use :unshar or :decode to
obtain the gzip'ed file.

Have fun, Kai

#!/bin/sh
#
# This is a self-extracting shell archive of the binary file "movglobe.vt.z".
# Created on Sun Feb  4 15:47:04 MET 1996 by post-bin, revision 2.1.
#
# To decode with /bin/sh, remove everything before the /bin/sh and feed
# each piece as input to /bin/sh.  When all the pieces have been
# processed, the archive will automatically concatenate the pieces and
# uudecode them to produce movglobe.vt.z.  If successful, it will remove all
# uuencoded pieces.  Alternatively, the archive(s) may be processed with
# no editing by the unshar program.
#
# If you do not have /bin/sh or unix, you may decode by removing
# everthing before/after the lines beginning with the word BEGIN/END,
# respectively, in each piece.  Then concatenate the pieces in the proper
# order and uudecode.
#
part=1
pfile=movglobe.v
file=movglobe.vt.z
psize=42444
sed -e '/^BEGIN/d' -e '/^END/d' << \End_of_Section > $pfile.$part
BEGIN------------ movglobe.vt.z ------------ part 1/1 ---
begin 644 movglobe.vt.z
<uuencoded_portion_removed>
"`P"H
`
end
END-------------- movglobe.vt.z ------------ part 1/1 ---
End_of_Section
size=`wc -c $pfile.$part | awk '{ print $1 }'`
if [ $size != $psize ]; then
    echo Length mismatch for uuencoded part $part \($size != $psize\).
    exit 1
fi
echo $file, part $part extracted.

if [ `echo $pfile.[0-9]* | wc -w` = 1 ]; then
    echo All uuencoded parts of $file extracted, uudecoding...
    cat $pfile.* | uudecode
    if [ $? -gt 0 ]; then
	echo Error encountered when uudecoding pieces...
	exit 1
    fi

    echo $file successfully uudecoded.  Removing uuencoded pieces.
    rm $pfile.[0-9]*
fi
exit 0
-- 
* Kai V�lcker * Kappelner 18 * D-24106 Kiel * Fax +49 431 330545 *

A repost from this group. For all who are new or just missed some of
them. File is compressed with gzip and uuencoded. Use unshar or decode
to extract. For viewing use zcat for unix and gunzip - type for dos.

#!/bin/sh
#
# This is a self-extracting shell archive of the binary file "movglobe.vt.z".
# Created on Sat May  4 11:45:22 CET DST 1996 by post-bin, revision 2.1.
#
# To decode with /bin/sh, remove everything before the /bin/sh and feed
# each piece as input to /bin/sh.  When all the pieces have been
# processed, the archive will automatically concatenate the pieces and
# uudecode them to produce movglobe.vt.z.  If successful, it will remove all
# uuencoded pieces.  Alternatively, the archive(s) may be processed with
# no editing by the unshar program.
#
# If you do not have /bin/sh or unix, you may decode by removing
# everthing before/after the lines beginning with the word BEGIN/END,
# respectively, in each piece.  Then concatenate the pieces in the proper
# order and uudecode.
#
part=1
pfile=movglobe.v
file=movglobe.vt.z
psize=42444
sed -e '/^BEGIN/d' -e '/^END/d' << \End_of_Section > $pfile.$part
BEGIN------------ movglobe.vt.z ------------ part 1/1 ---
begin 644 movglobe.vt.z
<uuencoded_portion_removed>
"`P"H
`
end
END-------------- movglobe.vt.z ------------ part 1/1 ---
End_of_Section
size=`wc -c $pfile.$part | awk '{ print $1 }'`
if [ $size != $psize ]; then
    echo Length mismatch for uuencoded part $part \($size != $psize\).
    exit 1
fi
echo $file, part $part extracted.

if [ `echo $pfile.[0-9]* | wc -w` = 1 ]; then
    echo All uuencoded parts of $file extracted, uudecoding...
    cat $pfile.* | uudecode
    if [ $? -gt 0 ]; then
	echo Error encountered when uudecoding pieces...
	exit 1
    fi

    echo $file successfully uudecoded.  Removing uuencoded pieces.
    rm $pfile.[0-9]*
fi
exit 0

An ansi animation collected from this newsgroup some times ago. Use
:decode or :unshar to extract. The resulting file is gzip'ed. Invoke
zcat to view.

#!/bin/sh
#
# This is a self-extracting shell archive of the binary file "movglobe.vt.z".
# Created on Sun Aug 18 19:01:02 CET DST 1996 by post-bin, revision 2.1.
#
# To decode with /bin/sh, remove everything before the /bin/sh and feed
# each piece as input to /bin/sh.  When all the pieces have been
# processed, the archive will automatically concatenate the pieces and
# uudecode them to produce movglobe.vt.z.  If successful, it will remove all
# uuencoded pieces.  Alternatively, the archive(s) may be processed with
# no editing by the unshar program.
#
# If you do not have /bin/sh or unix, you may decode by removing
# everthing before/after the lines beginning with the word BEGIN/END,
# respectively, in each piece.  Then concatenate the pieces in the proper
# order and uudecode.
#
part=1
pfile=movglobe.v
file=movglobe.vt.z
psize=42444
sed -e '/^BEGIN/d' -e '/^END/d' << \End_of_Section > $pfile.$part
BEGIN------------ movglobe.vt.z ------------ part 1/1 ---
begin 644 movglobe.vt.z
<uuencoded_portion_removed>
"`P``
`
end
END-------------- movglobe.vt.z ------------ part 1/1 ---
End_of_Section
size=`wc -c $pfile.$part | awk '{ print $1 }'`
if [ $size != $psize ]; then
    echo Length mismatch for uuencoded part $part \($size != $psize\).
    exit 1
fi
echo $file, part $part extracted.

if [ `echo $pfile.[0-9]* | wc -w` = 1 ]; then
    echo All uuencoded parts of $file extracted, uudecoding...
    cat $pfile.* | uudecode
    if [ $? -gt 0 ]; then
	echo Error encountered when uudecoding pieces...
	exit 1
    fi

    echo $file successfully uudecoded.  Removing uuencoded pieces.
    rm $pfile.[0-9]*
fi
exit 0
-- 
      Kai V�lcker             Kappelner 18, D-24106 Kiel
 "BELIEVE AND DECEIVE"        ><>     Fax +49 431 330545

An ansi animation collected from this newsgroup some times ago. Use
:decode or :unshar to extract. The resulting file is gzip'ed. Invoke
zcat to view.

#!/bin/sh
#
# This is a self-extracting shell archive of the binary file "movglobe.vt.z".
# Created on Fri Sep  6 19:01:04 CET DST 1996 by post-bin, revision 2.1.
#
# To decode with /bin/sh, remove everything before the /bin/sh and feed
# each piece as input to /bin/sh.  When all the pieces have been
# processed, the archive will automatically concatenate the pieces and
# uudecode them to produce movglobe.vt.z.  If successful, it will remove all
# uuencoded pieces.  Alternatively, the archive(s) may be processed with
# no editing by the unshar program.
#
# If you do not have /bin/sh or unix, you may decode by removing
# everthing before/after the lines beginning with the word BEGIN/END,
# respectively, in each piece.  Then concatenate the pieces in the proper
# order and uudecode.
#
part=1
pfile=movglobe.v
file=movglobe.vt.z
psize=42444
sed -e '/^BEGIN/d' -e '/^END/d' << \End_of_Section > $pfile.$part
BEGIN------------ movglobe.vt.z ------------ part 1/1 ---
begin 644 movglobe.vt.z
<uuencoded_portion_removed>
"`P``
`
end
END-------------- movglobe.vt.z ------------ part 1/1 ---
End_of_Section
size=`wc -c $pfile.$part | awk '{ print $1 }'`
if [ $size != $psize ]; then
    echo Length mismatch for uuencoded part $part \($size != $psize\).
    exit 1
fi
echo $file, part $part extracted.

if [ `echo $pfile.[0-9]* | wc -w` = 1 ]; then
    echo All uuencoded parts of $file extracted, uudecoding...
    cat $pfile.* | uudecode
    if [ $? -gt 0 ]; then
	echo Error encountered when uudecoding pieces...
	exit 1
    fi

    echo $file successfully uudecoded.  Removing uuencoded pieces.
    rm $pfile.[0-9]*
fi
exit 0
-- 
      Kai V�lcker             Kappelner 18, D-24106 Kiel
 "BELIEVE AND DECEIVE"        ><>     Fax +49 431 330545

An ansi animation collected from this newsgroup some times ago. Use
:decode or :unshar to extract. The resulting file is gzip'ed. Invoke
zcat to view.

#!/bin/sh
#
# This is a self-extracting shell archive of the binary file "movglobe.vt.z".
# Created on Mon Oct 14 19:01:07 MET DST 1996 by post-bin, revision 2.1.
#
# To decode with /bin/sh, remove everything before the /bin/sh and feed
# each piece as input to /bin/sh.  When all the pieces have been
# processed, the archive will automatically concatenate the pieces and
# uudecode them to produce movglobe.vt.z.  If successful, it will remove all
# uuencoded pieces.  Alternatively, the archive(s) may be processed with
# no editing by the unshar program.
#
# If you do not have /bin/sh or unix, you may decode by removing
# everthing before/after the lines beginning with the word BEGIN/END,
# respectively, in each piece.  Then concatenate the pieces in the proper
# order and uudecode.
#
part=1
pfile=movglobe.v
file=movglobe.vt.z
psize=42444
sed -e '/^BEGIN/d' -e '/^END/d' << \End_of_Section > $pfile.$part
BEGIN------------ movglobe.vt.z ------------ part 1/1 ---
begin 644 movglobe.vt.z
<uuencoded_portion_removed>
"`P``
`
end
END-------------- movglobe.vt.z ------------ part 1/1 ---
End_of_Section
size=`wc -c $pfile.$part | awk '{ print $1 }'`
if [ $size != $psize ]; then
    echo Length mismatch for uuencoded part $part \($size != $psize\).
    exit 1
fi
echo $file, part $part extracted.

if [ `echo $pfile.[0-9]* | wc -w` = 1 ]; then
    echo All uuencoded parts of $file extracted, uudecoding...
    cat $pfile.* | uudecode
    if [ $? -gt 0 ]; then
	echo Error encountered when uudecoding pieces...
	exit 1
    fi

    echo $file successfully uudecoded.  Removing uuencoded pieces.
    rm $pfile.[0-9]*
fi
exit 0
-- 
* Kai Voelcker * Kappelner 18 * D-24106 Kiel * ka...@deceiver.org *
             --> ab heute mit neuer NTBA <--

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art.animation in 1996 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked. The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can. Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.

Report this message

Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.

Help classify this post