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

- Added alias to kill X on the Kodi machine to restart Kodi when it hangs.

parent 7e5c8f1b
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ alias cdtemp='cd $(mktemp -d)'
alias 0-day-cleanup='ssh xbmc.shore.co.il "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
alias httpbin='tox -c $HOME/.tox.ini.httpbin --'
alias update-requirements='find -name "*requirements*.txt" -exec pur --requirement {} \;'
alias restart-kodi='ssh xbmc.shore.co.il "sudo systemctl kill --kill-who all xorg.service"'
deduce_aws_region () {
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