Skip to content

Instantly share code, notes, and snippets.

@couleurm
Created January 17, 2022 21:57
Show Gist options
  • Save couleurm/40b41deb6a08ae5930549bdf5ae75c0d to your computer and use it in GitHub Desktop.
Save couleurm/40b41deb6a08ae5930549bdf5ae75c0d to your computer and use it in GitHub Desktop.
Hybrid oneliners / short scripts to put at the top of your script with a cmd/bat extension
<# : & cls & @echo off & (for %%I in ("%~f0";%*) do @echo(%%~I) | powershell -nop -c "$argv = $input | ?{$_}; iex (${%~f0} | out-string)" & exit #>;Clear-Host
Write-Output 'Hi PowerShell!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment