[alt.sources] Animated graphics in csh

jeff@quark.WV.TEK.COM (Jeff Beadles) (01/31/90)

(Catchy title, eh?)

This is something that I thought of one night when doing too many late-night
compiles.  It's an animated graphic view of the mountains, turned on its side.

To view, just run the script, and turn your head to the right.  To stop, ^C.

There are no copyrights on this work of "art".  Feel free to do as you wish
with it, but please don't leave my name attached.
(This IS alt.sources right :-)

	-Jeff
-- 
Jeff Beadles				jeff@quark.WV.TEK.COM 


#--------------------cut here---------------------
#!/bin/csh -f
cd; while ( 1 ) ; repeat 37 pushd ~ ; repeat 37 popd ; end
#--------------------cut here---------------------