From 84147012d6c37944d50cf23a7a36151661643ffa Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 24 Oct 2018 14:50:53 +0000 Subject: [PATCH] Updates --- upload.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 upload.sh diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..cb154b6 --- /dev/null +++ b/upload.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "Starting Send..." +git add * +git commit -m "Updates" +git push \ No newline at end of file