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

misc: Update host name.

parent 5257486b
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
set -eu set -eu
install -d -o "$(whoami)" -g "$(whoami)" -m 700 "$HOME/Downloads/Comics/misc/" install -d -o "$(whoami)" -g "$(whoami)" -m 700 "$HOME/Downloads/Comics/misc/"
ssh xbmc.shore.co.il -C 'cd /srv/library/nimrod/misc/; for i in *; do if [ -d "$i" ] && [ ! -f "$i.cbz" ]; then zip -r "$i.cbz" "$i"; fi; done' ssh kodi.shore.co.il -C 'cd /srv/library/nimrod/misc/; for i in *; do if [ -d "$i" ] && [ ! -f "$i.cbz" ]; then zip -r "$i.cbz" "$i"; fi; done'
rsync --compress --progress "xbmc.shore.co.il:/srv/library/nimrod/misc/*.cbz" "$HOME/Downloads/Comics/misc/" rsync --compress --progress "kodi.shore.co.il:/srv/library/nimrod/misc/*.cbz" "$HOME/Downloads/Comics/misc/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment