mirror of https://gitlab.com/bashrc2/epicyon
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
#!/bin/bash
|
||
|
rm accounts/news@*/outbox/*
|
||
|
rm accounts/news@*/postcache/*
|
||
|
rm accounts/news@*/outbox.index
|