ghetto copy working - see body of commit message
authorMatt S Trout <mst@shadowcat.co.uk>
Tue, 18 Feb 2014 15:57:28 +0000 (15:57 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 18 Feb 2014 15:57:28 +0000 (15:57 +0000)
commit97c0c46e84692374cb6aacede35707e09903c1b7
tree7ea34cf953b1cadbb5240216e5d97d3442230449
parentf5a02c91b10ef340dce1e1dacee0a761254f4d80
ghetto copy working - see body of commit message

rule ghetto_copy {FromFileName ToFileName} {
  exists {F T} {
    file_at F FromFileName
    file_at T ToFileName
    foreach L { contains_line F L } { contains_line T L }
  }
}

$ query {} {ghetto_copy 'from' 'to'}

^^ this actually works. I think I am afraid.
bin/dx-shell