streamrip/start.sh
Michael Grote d149c9522f
Some checks failed
lint, build and push / lint (push) Successful in 8s
lint, build and push / build (push) Has been cancelled
fix colors
2025-01-03 13:41:12 +01:00

13 lines
403 B
Bash
Executable file

#!/bin/bash
# Farben
BLUE='\033[0;34m'
RESET='\033[0m'
echo -e "usage: ${BLUE}rip -f /data --no-progress url url https://www.deezer.com/de/playlist/935381445${RESET}"
echo -e "start streamrip image"
echo -e "Download are stored under ${BLUE}~/streamrip${RESET}"
docker pull registry.mgrote.net/streamrip:latest && \
docker run -it -v ~/streamrip:/data registry.mgrote.net/streamrip:latest /bin/bash