copy_source.sh updated

This commit is contained in:
Lorenzo Volpi 2024-01-31 18:12:49 +01:00
parent 2e36ec84d8
commit ababeb426a
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
#!/bin/bash
CMD="cp"
DEST="~/tesi_docker/"
# CMD="cp"
# DEST="~/tesi_docker/"
CMD="scp"
DEST="andreaesuli@edge-nd1.isti.cnr.it:/home/andreaesuli/raid/lorenzo/"
bash -c "${CMD} -r quacc ${DEST}"
bash -c "${CMD} -r baselines ${DEST}"