Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I1189f950d0e51cbc4c569b1e7a1182dc5f8fe762
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/sh
|
|
|
|
# update - update source files from master on yakko
|
|
|
|
git pull https://github.com/hardkernel/wiringPi HEAD
|