java/sql-dk/bash-completion.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 24 May 2015 17:35:37 +0200
branchv_0
changeset 198 03d8492e2ca8
parent 81 847c83288d01
child 238 4a1864c3e867
permissions -rwxr-xr-x
Schemas and XSL for new 'driver' configuration option
franta-hg@81
     1
#!/bin/bash
franta-hg@81
     2
franta-hg@81
     3
cat \
franta-hg@81
     4
	src/info/globalcode/sql/dk/Constants.java \
franta-hg@81
     5
	src/info/globalcode/sql/dk/formatting/* \
franta-hg@81
     6
	src/info/globalcode/sql/dk/CLIParser.java \
franta-hg@81
     7
	| ../../scripts/bash_completion.pl
franta-hg@81
     8