From c4e0ce17c4af254c99d0070a9362778b0436c7d3 Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Fri, 22 Jun 2012 21:07:45 +0100 Subject: [PATCH] Added update file that calls git pull --- update-beef | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update-beef diff --git a/update-beef b/update-beef new file mode 100755 index 000000000..2bd8188de --- /dev/null +++ b/update-beef @@ -0,0 +1,4 @@ +#!/bin/sh + +echo Updating... +git pull \ No newline at end of file