Original Usenet thread from alt.ascii-art, started 21 Mar 1994.
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
Related ASCII art in the Gallery
Explore these categories from our collection of 11,000+ artworks:
|HHHHH/"\"\HHHHHHH| |HH`\|_.-)'|/'dP,H| |Hb.`\\_/_//'.oddH| |HHHb|`.\/\,'|HHHH| |HHHHHb/\/\/|HHHHH| |"""""""""""""""""| | |"" /\ \ / |"" | | |__/--\ \/ __| |
_________
/___ ___\
//@@@\ /@@@\\
\\@@@/ \@@@//
\___ " ___/
| - |
\_/ jrjc ______
/|_||_\`.__
( _ _ _\
=`-(_)--(_)-'
hjw .="=. _/.-.-.\_ ( ( o o ) ) |/ " \| \'---'/jgs /`"""`\\
_________ | _____ |\ | |\ ___| | \ | | | | | | | | |___| | | \ | |____\| | \|_________| Andy Johnson
__ _ o'')}____// `_/ ) (_(_/-(_/
Make your own ASCII art
Turn images, text or 3D into ASCII, or draw your own – right in your browser.
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.