#!/bin/sh

music_dir=~/Music/radio
rsync -urP --delete $music_dir/ root@miliukhin.xyz:/home/radon/music
ssh root@miliukhin.xyz 'update_radio'
