Skip to content
Snippets Groups Projects
Commit e785236c authored by nimrod's avatar nimrod
Browse files

megacmd shell function.

Runs the Mega CLI in a container from the image in the dockerfiles repo
in the Kodi host.
parent aa529ca4
No related branches found
No related tags found
No related merge requests found
# shellcheck shell=bash
# vim: ft=sh
megacmd() {
docker --context kodi image pull registry.shore.co.il/megacmd
docker --context kodi run --rm --volume "/srv/library:/Downloads" registry.shore.co.il/megacmd "$@"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment