Created
February 15, 2016 08:11
-
-
Save yoshimov/c80f66f0146cea1747f9 to your computer and use it in GitHub Desktop.
Powershell batch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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