java/sql-dk/version-info.sh
author František Kučera <franta-hg@frantovo.cz>
Mon, 23 Dec 2013 11:50:24 +0100
branchv_0
changeset 37 9e6f8e5d5f98
parent 18 7900bb1666f6
child 109 aef98fd7c7c9
permissions -rwxr-xr-x
support SQL commands returning more ResultSets + remove COMMAND_TYPE (type is now derived from result returned from SQL – it is not needed to specify the type on CLI)
franta-hg@18
     1
#!/bin/bash
franta-hg@18
     2
franta-hg@18
     3
echo -n "Mercurial: "; hg identify || echo "n/a";
franta-hg@18
     4
echo -n "Compiled:  "; date --rfc-3339=seconds;
franta-hg@18
     5