Merge remote-tracking branch 'origin/dev' into local-fpga-support

This commit is contained in:
abejgonzalez
2020-12-30 09:34:14 -08:00
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
copy () {
rsync -avzp -e 'ssh' $1 $2
rsync -avzp -e 'ssh' --exclude '.git' $1 $2
}
run () {