diff --git a/copy-code.sh b/copy-code.sh new file mode 100755 index 0000000..ed7cb79 --- /dev/null +++ b/copy-code.sh @@ -0,0 +1,3 @@ +#!/bin/bash +set -euxo pipefail +rsync -ha --info=progress2 --no-i-r --exclude='/.git' --filter='dir-merge,- .gitignore' ./ pi:aw-lights/