java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 31 Dec 2013 17:35:33 +0100
branchv_0
changeset 104 245f1b88a3e6
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
formatter/database properties
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
#!/bin/bash
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
echo -n "Mercurial: "; hg identify || echo "n/a";
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
echo -n "Compiled:  "; date --rfc-3339=seconds;
7900bb1666f6 version info: option --version
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5