vm_cleanup.sh 89 B

12345
  1. #!/bin/sh
  2. rm -fv /var/db/dhclient.leases.*
  3. dd if=/dev/zero of=/EMPTY bs=1M
  4. rm -f /EMPTY