#!/bin/bash

set -xe

rm -rf /var/cache/* /var/log/*

exit 0