Skip to content

Instantly share code, notes, and snippets.

@TravisMullen
Last active January 17, 2022 17:32
Show Gist options
  • Save TravisMullen/45733475b7da01b5d9d8a2c1c1e49cb0 to your computer and use it in GitHub Desktop.
Save TravisMullen/45733475b7da01b5d9d8a2c1c1e49cb0 to your computer and use it in GitHub Desktop.
Secure Erase
#!/bin/sh
echo "empty ~/.Trash"
rm -rf ~/.Trash/*
echo "Secure Erase Freespace /dev/disk1"
diskutil secureErase freespace 2 /dev/disk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment