summaryrefslogtreecommitdiff
path: root/solenv/bin/fix_lin_file.cmd
blob: 0d074ce9f7066ee0f6df0525743723c903d27103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* os2 build scripts
*/

parse arg dir

do while( lines())

	l = linein()

	/* skip empty lines */
	if l \= '' then say dir || '\' || l

end