Genevee/deploy.sh

4 lines
98 B
Bash
Executable File

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