5 lines
95 B
Bash
5 lines
95 B
Bash
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
#sync from
|
|
rsync -av odroid@odroid-n2.local:/mnt/drive/tiddly/* data/ |