From b17c47f3ede1f2dc79b60ea8ec3ade7e8b2e325c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 01:03:50 -0600 Subject: [PATCH] 1761203031 --- Commands.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Commands.md b/Commands.md index e094741..8894192 100644 --- a/Commands.md +++ b/Commands.md @@ -8,4 +8,11 @@ sudo bash setup.sh && bash nuke_me_NOW.sh ```bash git stash && git pull && git reset --hard && sudo bash setup.sh && bash nuke_me_NOW.sh +``` +```bash +output_log=output.log && error_log=error.log && device=/dev/sda5` +``` + +```bash +output_log=/dev/null && error_log=/dev/null && device=/dev/sda5 ``` \ No newline at end of file