Initial public release

This commit is contained in:
2026-07-17 15:29:53 -04:00
commit 2d71ce77a1
81 changed files with 32056 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
setlocal
cd /d "%~dp0.."
python wipe_device.py %1
echo.
pause