forked from stove/dataset
7 lines
61 B
Bash
7 lines
61 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
rm -rf /var/cache/* /var/log/*
|
|
|
|
exit 0
|