Files
appstore/apps/podfetch/5.2.3/scripts/uninstall.sh
T

6 lines
113 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# Podcast media and the SQLite database are retained for recovery.
exit 0