remote-shred-VPS Script to remote shred a VPS via SSH and perform a shutdown. Instructions Copy script to /dev/shm/shred_all.sh Enable execution: chmod +x /dev/shm/shred_all.sh To run: nohup bash -c 'coproc (bash -c "source /dev/shm/shred_all.sh")' &