add sync command
must extract pwd at some point (and make ping optional)
This commit is contained in:
parent
1acd231a33
commit
e39a0957d7
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,3 +41,6 @@ pkg
|
|||||||
log
|
log
|
||||||
tmp
|
tmp
|
||||||
a.out
|
a.out
|
||||||
|
|
||||||
|
#pi related files, like kernel an qemu
|
||||||
|
pi
|
||||||
|
2
bin/sync_script.sh
Executable file
2
bin/sync_script.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
rsync -r -a -v --exclude ".git" --exclude "pi" -e "ssh -l pi -p 2222" /Users/torsten/ruby-x/rubyx localhost:/home/pi/
|
||||||
|
afplay /System/Library/Sounds/Morse.aiff
|
Loading…
Reference in New Issue
Block a user