grs/scripts/clean.sh

7 lines
101 B
Bash

#!/bin/bash -e
rm -rf /tmp/*
rm -rf /var/tmp
find /var/log -type f -delete
rm -rf /etc/resolv.conf