7 lines
188 B
Text
7 lines
188 B
Text
>>> scriptlive: Starting your typescript execution by sh.
|
|
echo "result is $(($NUMBER + 1))"
|
|
prompt> echo "result is $(($NUMBER + 1))"
|
|
result is 124
|
|
prompt> exit
|
|
|
|
>>> scriptlive: done.
|