Genevee/deploy.sh

4 lines
98 B
Bash
Raw Permalink Normal View History

2023-03-26 17:54:15 +02:00
#!/bin/sh
TARGET="${1%/}/"
[ -n "${TARGET}" ] && rsync -aHP `guix build -f guix.scm`/ "${TARGET}"