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