Skip to content

Instantly share code, notes, and snippets.

View orguetta's full-sized avatar

Or Guetta orguetta

View GitHub Profile
#!/bin/bash
# Ensure the script is run as root
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
echo "Starting system cleanup..."