From cf8affac63542d064dc7be026a64b085ffc9311e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 13:54:34 -0400 Subject: [PATCH] Beta testing silent commmands --- StackMonkey.ps1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 143d572..32c6e4a 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1,4 +1,11 @@ -# region changes to be done +#region changes to be done + +# seems like the command IS running without UI +# & ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com').Content )) -N8nPassword 'Tndmeeisdwge!' -FetchSitesOnly + +# and iwr sm.svstools.com | iex lauched the UI as intended + +# need to test #endregion