2 lines
53 B
Plaintext
2 lines
53 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
find "$1/var/log" -type f -delete
|