mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
6 lines
122 B
Text
6 lines
122 B
Text
export aaa1="'''"
|
|
export aaa2=''
|
|
export aaa3="'''"'abc'
|
|
export aaa4='def'"'''"
|
|
export aaa5="'''"'abc'"'''"'def'"'''"
|
|
Done
|