From 0eeb56bb65047df21b81923af5f9366d4e7d1691 Mon Sep 17 00:00:00 2001 From: TranPhucVinh <30307543+TranPhucVinh@users.noreply.github.com> Date: Thu, 3 May 2018 04:47:10 +0700 Subject: [PATCH] Rename update to update.md --- update | 7 ------- update.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100755 update create mode 100755 update.md diff --git a/update b/update deleted file mode 100755 index f81a174..0000000 --- a/update +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# update - update source files from master on yakko - -``` -rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ . -``` diff --git a/update.md b/update.md new file mode 100755 index 0000000..f81a174 --- /dev/null +++ b/update.md @@ -0,0 +1,7 @@ +#!/bin/sh + +# update - update source files from master on yakko + +``` +rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ . +```