Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created February 15, 2016 08:11
Show Gist options
  • Select an option

  • Save yoshimov/c80f66f0146cea1747f9 to your computer and use it in GitHub Desktop.

Select an option

Save yoshimov/c80f66f0146cea1747f9 to your computer and use it in GitHub Desktop.
Powershell batch
@powershell -NoProfile -ExecutionPolicy Unrestricted "$s=[scriptblock]::create((gc \"%~f0\"|?{$_.readcount -gt 1})-join\"`n\");&$s" %*&goto:eof
# some powershell script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment