Skip to content

Instantly share code, notes, and snippets.

View Ulriksen's full-sized avatar

Harald Schult Ulriksen Ulriksen

View GitHub Profile
// paket outdated / update -> git commit
open System
open System.Diagnostics
open System.IO
open System.Threading
let info format =
printf "%s " (DateTime.Now.ToString("g"))
printfn format
let run filename arg =