6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# update - update source files from master on yakko
|
|
|
|
git pull https://github.com/hardkernel/wiringPi HEAD
|