java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 27 Dec 2013 15:58:46 +0100
branchv_0
changeset 78 d98f33d91553
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
Possibly missing parameter: ignore empty „parameter names“ (caused e.g. by „::text“ typecasts)
     1 #!/bin/bash
     2 
     3 echo -n "Mercurial: "; hg identify || echo "n/a";
     4 echo -n "Compiled:  "; date --rfc-3339=seconds;
     5