polyshell
polyshell copied to clipboard
A Bash/Batch/PowerShell polyglot!
Results
2
polyshell issues
Sort by
recently updated
recently updated
newest added
Tested with Git-Bash: ``` $ cp polyshell.txt polyshell.cmd; ./polyshell.cmd; sh ./polyshell.cmd; mv polyshell.cmd polyshell.ps1; powershell -exec bypass ./polyshell.ps1; rm polyshell.ps1 I'm PolyShell, a batch script! ... and a Unix shell...
Just a proposal, if you're interested. This commit replaces `@ECHO OFF` on line 2 with a new, silent, first line that effectively does the same for Batch. This makes it...