nucleo-l053r8-benches/scripts/copy_to_win.sh

6 lines
236 B
Bash
Executable file

#!/bin/bash
set -e
EPATH=/mnt/c/Users/cscherr/Documents/code/rust/nucleo-l053r8-crcbench
rsync --cvs-exclude --recursive --links --copy-links --filter=':- .gitignore' \
--verbose --human-readable --partial --progress \
"$PWD/" $EPATH