Created
October 13, 2022 14:22
-
-
Save eversinc33/15dd07cc9d1f460a80a97d4ff6c02f9c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains 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
function Invoke-Snaffler | |
{ | |
[CmdletBinding()] | |
Param ( | |
[String] | |
$Command = "-u -s -y -o .\schnuffl.tsv" | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment