java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 21 Jan 2014 00:11:04 +0100
branchv_0
changeset 170 8f142472270c
parent 96 7ae30649b30b
child 238 4a1864c3e867
permissions -rwxr-xr-x
Tabular: replace also Non-breaking space with colored symbol (like newlines and TABs)
     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