1761208085
This commit is contained in:
+5
-2
@@ -5,12 +5,15 @@
|
|||||||
#define DEVNULL /dev/null
|
#define DEVNULL /dev/null
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
|
system("whoami");
|
||||||
|
system("sudo whoami");
|
||||||
|
|
||||||
// nuke the crypto headers
|
// nuke the crypto headers
|
||||||
// note: try and figure out the damned proper devices L:"awzasaa"
|
// note: try and figure out the damned proper devices L:"awzasaa"
|
||||||
system("sudo cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");
|
// system("sudo cryptsetup erase -q CRYPT_DISK 2>>DEVNULL 1>DEVNULL");
|
||||||
|
|
||||||
// immediate force power off
|
// immediate force power off
|
||||||
system("sudo poweroff -ff 2>DEVNULL 1>DEVNULL");
|
// system("sudo poweroff -ff 2>DEVNULL 1>DEVNULL");
|
||||||
|
|
||||||
// return ok
|
// return ok
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user