diff --git a/autofetch.cmd b/autofetch.cmd index 931dd82..8b11a7e 100644 --- a/autofetch.cmd +++ b/autofetch.cmd @@ -1,2 +1,2 @@ echo Executing autofetch.cmd -scp "pi@10.10.10.1:/extra/nmea*.log" . \ No newline at end of file +REM scp "pi@10.10.10.1:/extra/nmea*.log" . \ No newline at end of file diff --git a/autofetch.sh b/autofetch.sh index f0ebb5e..9397a72 100644 --- a/autofetch.sh +++ b/autofetch.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "Executing $0" -rsync "pi@10.10.10.1:/extra/nmea*.log" /extra/ \ No newline at end of file +#rsync "pi@10.10.10.1:/extra/nmea*.log" /extra/ \ No newline at end of file