0ba99705a1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
10 lines
106 B
Plaintext
Executable File
10 lines
106 B
Plaintext
Executable File
URL=http://busybox.net
|
|
|
|
echo $URL
|
|
echo ${URL}_abc
|
|
|
|
true
|
|
false; echo $? ${?}
|
|
true
|
|
{ false; echo $? ${?}; }
|