Diff

Differences From Artifact [100818685a]:

To Artifact [07e25e6903]:


17
18
19
20
21
22
23
24

25
26
27
17
18
19
20
21
22
23

24
25
26
27







-
+



		append ret "	\"$line\\n\"\n"
	}

	return $ret
}

foreach file $argv {
	puts [stringifyfile $file]
	puts -nonewline [stringifyfile $file]
}

exit 0