mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-01-09 07:48:59 +01:00
git-subtree-dir: Code/devterm_wiringpi_cpi git-subtree-split: f06b33c66b5ea2befad8f6b39f521a498993cb2c
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# update - update source files from master on yakko
|
|
|
|
rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ .
|