projects
/
vte.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use accessors for setting adjustment
[vte.git]
/
perf
/
utf8.sh
1
#!/bin/sh
2
3
cnt=$1
4
[ -n "$cnt" ] || cnt=6000
5
6
i=0
7
while [ $i -lt $cnt ]
8
do
9
cat UTF-8-demo.txt
10
i=$(( $i + 1 ))
11
done