Skip to content

Instantly share code, notes, and snippets.

View doekman's full-sized avatar

Doeke Zanstra doekman

View GitHub Profile

Keybase proof

I hereby claim:

  • I am doekman on github.
  • I am doekman (https://keybase.io/doekman) on keybase.
  • I have a public key whose fingerprint is 7297 CC1D DAE8 9DB5 8DF3 3DFD 6384 87DE FE24 F526

To claim this, I am signing this object:

Get-Content *.md | Measure-Object –Word | % { $count = $_.Words }
hg add
$message = "words: " + $count
$todo = (get-content .\todo.txt | select-string -pattern "[_]").length
$done = (get-content .\todo.txt | select-string -pattern "[x]").length
$message = $message + ", tasks: " + $done + "/" + ($todo + $done) + ""
hg commit -m $message
& .\progress.ps1