HOLY sweep

This commit is contained in:
lda
2026-04-04 07:14:52 +07:00 Unverified
parent 36025f96ca
commit 0b3baa4f1b
18 changed files with 37 additions and 29 deletions
+1
View File
@@ -5,6 +5,7 @@ param(
# idk what this does it works like that then thats how it is
pscp.exe -l root -scp -pw $PASSWD -r 192.168.100.1:/etc/ldlda_help $PSScriptRoot
pscp.exe -l root -scp -pw $PASSWD 192.168.100.1:/etc/rc.local $PSScriptRoot
$initDir = Join-Path $PSScriptRoot 'init.d'
New-Item -ItemType Directory -Force -Path $initDir | Out-Null