From b0081d9e179bee476f5a6c0e18d9013c943407ef Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 2 Jan 2024 10:20:16 +0200 Subject: [PATCH] Add alias for kodi_scan. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 8ac5f42..0b7aa9f 100644 --- a/.bashrc +++ b/.bashrc @@ -122,6 +122,7 @@ alias hostlocal='docker run --rm --privileged --net=host docker.io/gliderlabs/ho alias http-server='python3 -m http.server 8080' alias httpbin='gunicorn httpbin:app --bind 0.0.0.0:8080' alias jjb='jenkins-jobs' +alias kodi_scan="docker --host=ssh://kodi.shore.co.il exec poquita-poquita-1 kodi_scan" alias l='ls -F' alias la='ls -AF' alias lh='ls -lhAS' -- GitLab