3 lines
94 B
Bash
3 lines
94 B
Bash
|
#!/bin/bash
|
||
|
find /home/mastodon/backup/mastodon_backup* -mindepth 1 -type d -exec rm -rf {} +
|