mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
6 lines
64 B
Text
Executable file
6 lines
64 B
Text
Executable file
exec 2>&1
|
|
a='b=10'
|
|
b=3
|
|
echo 10:$((a,b))
|
|
echo "a=$a"
|
|
echo "b=$b"
|