mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
9 lines
106 B
Text
Executable file
9 lines
106 B
Text
Executable file
URL=http://busybox.net
|
|
|
|
echo $URL
|
|
echo ${URL}_abc
|
|
|
|
true
|
|
false; echo $? ${?}
|
|
true
|
|
{ false; echo $? ${?}; }
|