Skip to content

Instantly share code, notes, and snippets.

@FoleyAxel
Created May 1, 2012 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FoleyAxel/2563853 to your computer and use it in GitHub Desktop.
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