Skip to content

Instantly share code, notes, and snippets.

@watagashi
Created April 14, 2011 11:49
Show Gist options
  • Save watagashi/919318 to your computer and use it in GitHub Desktop.
Save watagashi/919318 to your computer and use it in GitHub Desktop.
powershell.exe -Command "& {Get-ChildItem|Where-Object{$_.Name -notmatch '^\.hg'}|Remove-Item -Recurse}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment