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

- Added an alias to delete partial from from 0-day comics torrent.

parent 6e64f493
Branches
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment