GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Absolute sleep
[mirrors/Programs.git]
/
bash
/
banner.sh
1
#!/bin/bash
2
3
while
true
;
do
4
banner
$@
5
sleep
0.1
;
6
done
;
This page took
0.23262 seconds
and
4
git commands to generate.