mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 02:02:40 -04:00
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Checking for mounted disks..."
|
|
dmsetup ls --target crypt
|
|
echo "WIPE RAM!"
|
|
sdmem -f
|
|
echo "WIPE DONE!"
|