java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 01 Feb 2015 00:03:40 +0100
branchv_0
changeset 185 087d8ec75109
parent 96 7ae30649b30b
child 238 4a1864c3e867
permissions -rwxr-xr-x
Tabular formatter: fix problem with CR (carriage return).
Less command or orher programs shows it as ^M (two characters) and it breaks the table layout – so we need to translate it to a single symbol.
franta-hg@96
     1
#!/bin/bash
franta-hg@96
     2
franta-hg@96
     3
cat \
franta-hg@96
     4
	src/info/globalcode/sql/dk/CLIParser.java \
franta-hg@96
     5
	src/info/globalcode/sql/dk/CLIStarter.java \
franta-hg@96
     6
	| ../../scripts/help_generator.pl
franta-hg@96
     7