Files
music_library/scripts/prod/prune-backups
T
Claudio Ortolina c513c43a52 Ensure working directory in scripts
So that they can be run standalone and not just through Mise
2025-10-07 10:30:38 +03:00

13 lines
261 B
Bash
Executable File

#!/usr/bin/env bash
#MISE description="Remove locally downloaded production database backups"
#MISE confirm="Are you sure you want to remove all backups?"
set -e
source "$(dirname "$0")/../_helpers.sh"
ensure_working_directory!
rm data/music_library_prod*