From 19405d898813f6f11cc7ba8f94bd2493430d3d11 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 26 Jan 2017 09:29:45 +0200 Subject: [PATCH] - Added an alias to delete partial from from 0-day comics torrent. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6330e91..e8b4746 100644 --- a/.bashrc +++ b/.bashrc @@ -68,6 +68,7 @@ alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal' alias apt-daily="sudo /bin/sh -c 'apt update && apt dist-upgrade --download-only --yes && apt autoclean'" alias docker-build='docker build -t "$(basename $PWD)" ./' alias cdtemp='cd $(mktemp -d)' +alias 0-day-cleanup='ssh xbmc "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"' deduce-aws-region () { export AWS_DEFAULT_REGION="$(curl --silent \ -- GitLab