5 lines
38 B
Plaintext
5 lines
38 B
Plaintext
|
for s in \
|
||
|
a; do
|
||
|
echo "a:[$s]"
|
||
|
done
|