moving shit around

This commit is contained in:
2025-10-03 21:48:06 -05:00
parent d7ef359b82
commit 4af8ff2fa2
16 changed files with 1 additions and 4 deletions

3
testing/Args-Test.ps1 Normal file
View File

@@ -0,0 +1,3 @@
$Arg1 = $args[0]
$Arg2 = $args[1]
Write-Host "$Arg1 and $Arg2"