From b8b1f15d9d569afb87c918f9f116fb30b08ab37f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 16 Jun 2015 21:22:25 -0500
Subject: [PATCH] Add build upload script

---
 build-helpers/upload.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 build-helpers/upload.sh

diff --git a/build-helpers/upload.sh b/build-helpers/upload.sh
new file mode 100755
index 000000000..57b8a873b
--- /dev/null
+++ b/build-helpers/upload.sh
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+set -e
+
+scp "$1" tiker.net:public_html/pub/loopy-binaries/
-- 
GitLab