mirror of
https://github.com/sheumann/hush.git
synced 2024-11-07 19:07:07 +00:00
10 lines
96 B
Plaintext
Executable File
10 lines
96 B
Plaintext
Executable File
URL=http://busybox.net
|
|
|
|
echo $URL
|
|
echo ${URL}_abc
|
|
|
|
true
|
|
false; echo $?
|
|
true
|
|
{ false; echo $?; }
|