8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
# $FreeBSD$
|
|
|
|
v=`printf %s 'a\
|
|
b'`
|
|
w="`printf %s 'c\
|
|
d'`"
|
|
[ "$v$w" = abcd ]
|