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