script/rest/reinit_iri.awk
author Raphael Velt <raph.velt@gmail.com>
Wed, 16 May 2012 12:38:49 +0200
changeset 616 151ebf102b92
parent 9 bb44692e09ee
permissions -rw-r--r--
Added Jenkins

{
    cmd = "ls -rc " $5"/*.iri | head -n1";
    cmd | getline RES ;
    close(cmd); 
    system( "cp " RES".old "RES);
}