Skip to content

Instantly share code, notes, and snippets.

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