mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 02:31:20 +00:00
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 $? ${?}; }
|