Skip to content

Instantly share code, notes, and snippets.

@eversinc33
Created October 13, 2022 14:22
Show Gist options
  • Save eversinc33/15dd07cc9d1f460a80a97d4ff6c02f9c to your computer and use it in GitHub Desktop.
Save eversinc33/15dd07cc9d1f460a80a97d4ff6c02f9c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
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