java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 30 Dec 2013 00:01:39 +0100
branchv_0
changeset 101 97b0d9069133
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
Formatter is now AutoCloseable – so have chance to do some clean up and close the stream, if some error occurs (e.g. lost connection during result set reading)
     1 #!/bin/bash
     2 
     3 echo -n "Mercurial: "; hg identify || echo "n/a";
     4 echo -n "Compiled:  "; date --rfc-3339=seconds;
     5