GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
c/sampler renamed to Ghetto-SoundSystem ;-)
[mirrors/Programs.git]
/
bash
/
world-animation
/
world.sh
1
#!/bin/bash
2
3
while
true
;
do
4
cat
world.txt |
tr
' '
a |
while
read
i
;
do
5
if
[[
"
$i
"
=
~ World
]];
then
6
#sleep 0.2;
7
clear
;
8
else
9
echo
"
$i
"
|
tr
a
' '
;
10
fi
;
11
done
;
12
done
;
This page took
0.517639 seconds
and
4
git commands to generate.