java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 30 Dec 2013 15:50:05 +0100
branchv_0
changeset 102 ff47349e24bf
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
Load ~/.sql-dk/environment.sh if exists
     1 #!/bin/bash
     2 
     3 echo -n "Mercurial: "; hg identify || echo "n/a";
     4 echo -n "Compiled:  "; date --rfc-3339=seconds;
     5