java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 21 Jun 2015 16:21:51 +0200
branchv_0
changeset 202 01078e09b85b
parent 96 7ae30649b30b
child 238 4a1864c3e867
permissions -rwxr-xr-x
SingleRecordFormatter: Formatter intended for printing one record (or few records) with many columns.Prints each colum name and its value on separate line.
     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