Welcome to mirror list, hosted at ThFree Co, Russian Federation.

var1.tests « hush-vars « hush_test « shell - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48a6782bafc7c7cdac37c131bc9e1945b9118476 (plain)
1
2
3
4
5
6
7
8
9
URL=http://busybox.net

echo $URL
echo ${URL}_abc

true
false; echo $? ${?}
true
{ false; echo $? ${?}; }