Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art, started 21 Mar 1994.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
DIS continuous animations

DIS continuous animations

alt.ascii-art · 2 messages · 21 Mar 1994 - 22 Mar 1994
     To the person who wanted to repeat several frames over and over
again in an ascii animation:  If you are on unix, I suggest the
following:
1.  create the animation that produces just one repetition (I'll refer
to it as jug.vt here).
2.  Create a file called jug.exe which contains the following:
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
cat jug.vt
   do this as many times as you like.  Save the file.
3.  chmod u+x jug.exe
4.  jug.exe
The last three steps create a script file which executes whatever
commands are in it.  You could also have it contain:
cat jug.vt
jug.exe
     This would recursively continue forever (theoretically), but
would actually create problems with your system (too many processess)
or the job would get terminated by the system software if your
administrators have done a good job.  I don't reccommend this one.
     In DOS you would create a batch file.  I have no recommendations
for other systems.
---
     All You Touch And All You See     jgp...@mailbox.syr.edu    ____
     Is All Your Life Will Ever Be.    (315) 689-7463             /    \
                                       John G. Poupore           | O  O |
     Live Long And Prosper, for I shall do neither.               \ || /
     All I can say is that my life is pretty plain                 |++|
     I like watching the puddles gather rain                        --
     WARNING:  If you're going to take drugs, DON'T TAKE MINE :)

Here's a simple unix shell script for repeating an animation.

#!/bin/sh
while :
do	dd bs=1 $@
done

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art in 1994 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