shell: optional support for read -t N.NNN, closes 10101
[oweals/busybox.git] / shell / hush_test / hush-vars / var1.tests
1 URL=http://busybox.net
2
3 echo $URL
4 echo ${URL}_abc
5
6 true
7 false; echo $? ${?}
8 true
9 { false; echo $? ${?}; }