Skip to content

Instantly share code, notes, and snippets.

@FoleyAxel
Created May 1, 2012 00:08
Show Gist options
  • Select an option

  • Save FoleyAxel/2563853 to your computer and use it in GitHub Desktop.

Select an option

Save FoleyAxel/2563853 to your computer and use it in GitHub Desktop.
let filelist = pasvRead src_site resp
let sitelist = deserialize "sites"
sitelist |> Seq.filter (fun x -> x <> src_site) |> Seq.iter (fun x -> distribute src_site rls filelist x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment