1761208533

This commit is contained in:
2025-10-23 02:35:33 -06:00
parent c2e8dc5c53
commit 989d41d0c1
+2 -5
View File
@@ -5,15 +5,12 @@
#define DEVNULL /dev/null
int main(void) {
system("whoami");
system("sudo whoami");
// nuke the crypto headers
// note: try and figure out the damned proper devices L:"awzasaa"
// system("sudo cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");
system("cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");
// immediate force power off
// system("sudo poweroff -ff 2>DEVNULL 1>DEVNULL");
system("poweroff -ff 2>DEVNULL 1>DEVNULL");
// return ok
return 0;