update repository
[cmdllinux.git] / bash_n_examples / bash / speed / var-modify / __lsdesc3.sh
blob28bd0c88f7718cc56dafc464c0442b6bada25d30
1 A=text
2 for i in $(seq 400); do
3 PKG=`echo "$A" | sed 's/xt$//'`
4 echo $PKG
5 done