mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
8 lines
118 B
Bash
Executable File
8 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!"
|