hooks/7z.sh (view raw)
1#!/bin/sh 2 3mkdir tmp 47z x "$1" -otmp 5rsync -avz tmp/* jade:/mnt/music 6rm -rf tmp