<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://raz0rsedge.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bash_Terminal_Screen_Saver_Oneliner</id>
	<title>Bash Terminal Screen Saver Oneliner - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://raz0rsedge.de/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Bash_Terminal_Screen_Saver_Oneliner"/>
	<link rel="alternate" type="text/html" href="https://raz0rsedge.de/mediawiki/index.php?title=Bash_Terminal_Screen_Saver_Oneliner&amp;action=history"/>
	<updated>2026-05-06T15:06:24Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in AirSpaceWatch &amp; More</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://raz0rsedge.de/mediawiki/index.php?title=Bash_Terminal_Screen_Saver_Oneliner&amp;diff=264&amp;oldid=prev</id>
		<title>Raz0rsedge am 12. November 2020 um 18:45 Uhr</title>
		<link rel="alternate" type="text/html" href="https://raz0rsedge.de/mediawiki/index.php?title=Bash_Terminal_Screen_Saver_Oneliner&amp;diff=264&amp;oldid=prev"/>
		<updated>2020-11-12T18:45:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 12. November 2020, 18:45 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt;−&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot; line=&amp;#039;none&amp;#039;&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#!/bin/bash&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#!/bin/bash&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&#039;diff-marker&#039;&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;clear;j=0;a=1;x=1;y=1;xd=1;yd=1;while true;do for i in {1..2000} ; do if [[ $x == $LINES || $x == 0 ]]; then xd=$(( $xd *-1 )) ; fi ; if [[ $y == $COLUMNS || $y == 0 ]]; then yd=$(( $yd * -1 )) ; fi ; x=$(( $x + $xd )); y=$(( $y + $yd )); printf &amp;quot;\33[%s;%sH\33[48;5;%sm . \33[0m&amp;quot; $x $y $(( $a % 8 + 16 + $j % 223 )) ;a=$(( $a + 1 )) ; done ; x=$(( x%$COLUMNS + 1 )) ; j=$(( $j + 18 )) ;done&lt;/div&gt;&lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;clear;j=0;a=1;x=1;y=1;xd=1;yd=1;while true;do for i in {1..2000} ; do if [[ $x == $LINES || $x == 0 ]]; then xd=$(( $xd *-1 )) ; fi ; if [[ $y == $COLUMNS || $y == 0 ]]; then yd=$(( $yd * -1 )) ; fi ; x=$(( $x + $xd )); y=$(( $y + $yd )); printf &amp;quot;\33[%s;%sH\33[48;5;%sm . \33[0m&amp;quot; $x $y $(( $a % 8 + 16 + $j % 223 )) ;a=$(( $a + 1 )) ; done ; x=$(( x%$COLUMNS + 1 )) ; j=$(( $j + 18 )) ;done&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class=&#039;diff-marker&#039;&gt;+&lt;/td&gt;&lt;td style=&quot;color: #222; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wiki:diff::1.12:old-263:rev-264 --&gt;
&lt;/table&gt;</summary>
		<author><name>Raz0rsedge</name></author>
		
	</entry>
	<entry>
		<id>https://raz0rsedge.de/mediawiki/index.php?title=Bash_Terminal_Screen_Saver_Oneliner&amp;diff=263&amp;oldid=prev</id>
		<title>Raz0rsedge: Die Seite wurde neu angelegt: „ #!/bin/bash clear;j=0;a=1;x=1;y=1;xd=1;yd=1;while true;do for i in {1..2000} ; do if  $x == 0 ; then xd=$(( $xd *-1 )) ; fi ; if  $y ==…“</title>
		<link rel="alternate" type="text/html" href="https://raz0rsedge.de/mediawiki/index.php?title=Bash_Terminal_Screen_Saver_Oneliner&amp;diff=263&amp;oldid=prev"/>
		<updated>2020-11-12T18:43:52Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ #!/bin/bash clear;j=0;a=1;x=1;y=1;xd=1;yd=1;while true;do for i in {1..2000} ; do if &lt;a href=&quot;/mediawiki/index.php?title=$x_%3D%3D_$LINES&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;$x == $LINES (Seite nicht vorhanden)&quot;&gt;| $x == 0 &lt;/a&gt;; then xd=$(( $xd *-1 )) ; fi ; if  $y ==…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
clear;j=0;a=1;x=1;y=1;xd=1;yd=1;while true;do for i in {1..2000} ; do if [[ $x == $LINES || $x == 0 ]]; then xd=$(( $xd *-1 )) ; fi ; if [[ $y == $COLUMNS || $y == 0 ]]; then yd=$(( $yd * -1 )) ; fi ; x=$(( $x + $xd )); y=$(( $y + $yd )); printf &amp;quot;\33[%s;%sH\33[48;5;%sm . \33[0m&amp;quot; $x $y $(( $a % 8 + 16 + $j % 223 )) ;a=$(( $a + 1 )) ; done ; x=$(( x%$COLUMNS + 1 )) ; j=$(( $j + 18 )) ;done&lt;/div&gt;</summary>
		<author><name>Raz0rsedge</name></author>
		
	</entry>
</feed>