option_replacement( "tar=s", sub { system "tar xf $_[1] -C $tmpdir"; "$tmpdir/*" } );