java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 04 Jan 2014 21:20:48 +0100
branchv_0
changeset 132 f785ee7a70a2
parent 96 7ae30649b30b
child 238 4a1864c3e867
permissions -rwxr-xr-x
XML formatter fix: line breaks at the end of the text will be eaten – if you need them, use indentText = false
     1 #!/bin/bash
     2 
     3 cat \
     4 	src/info/globalcode/sql/dk/CLIParser.java \
     5 	src/info/globalcode/sql/dk/CLIStarter.java \
     6 	| ../../scripts/help_generator.pl
     7