streamrip/start.sh
Michael Grote e2c4e4e4bc
All checks were successful
lint, build and push / lint (push) Successful in 9s
lint, build and push / build (push) Successful in 1m4s
make script executable
Signed-off-by: Michael Grote <michael.grote@posteo.de>
2025-01-03 13:35:18 +01:00

12 lines
409 B
Bash
Executable file

#!/bin/bash
echo 'usage: rip -f /data --no-progress url url https://www.deezer.com/de/playlist/935381445'
echo 'start streamrip image'
echo 'Download are stored under ~/streamrip'
sleep 5
docker pull registry.mgrote.net/streamrip:latest && \
docker run -it -v ~/streamrip:/data registry.mgrote.net/streamrip:latest /bin/bash
rip -f /data --no-progress url url https://www.deezer.com/de/playlist/935381445