#!/bin/bash if [[ $(/usr/bin/id -u) -ne 0 ]]; then echo "Please run this as root" exit fi # Delete crab files rm /etc/pam.d/crab rm /usr/bin/crab rm -fr /usr/share/crab