#!/bin/sh TARGET="${1%/}/" [ -n "${TARGET}" ] && rsync -aHP `guix build -f guix.scm`/ "${TARGET}"