3 lines
94 B
Bash
Raw Normal View History

#!/bin/bash
find /home/mastodon/backup/mastodon_backup* -mindepth 1 -type d -exec rm -rf {} +